Class TAdParticleParameter

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAdParticleParameter = class(TObject)

Description

Represents a "variation value" of TAdStdParticle. Those values have a start value, representing the value at the begining of the life of the particle and a end value that will reached at the end of the life of the particle. Variation represents the maximum variation in percent.

Hierarchy

Overview

Methods

Public procedure LoadFromXML(AName: string; ARoot: TAdSimpleXMLElem);
Public procedure SaveToXML(AName: string; ARoot: TAdSimpleXMLElem);
Public procedure Assign(AParam: TAdParticleParameter);

Properties

Published property Start: double read FStart write FStart;
Published property Stop: double read FStop write FStop;
Published property Variation: double read FVariation write FVariation;

Description

Methods

Public procedure LoadFromXML(AName: string; ARoot: TAdSimpleXMLElem);

Loads the value from a XML node.

Public procedure SaveToXML(AName: string; ARoot: TAdSimpleXMLElem);

Saves the value to a XML node.

Public procedure Assign(AParam: TAdParticleParameter);

Assigns another particle parameter.

Properties

Published property Start: double read FStart write FStart;

The start value of the parameter. The parameter has this value at the begin of the particle life.

Published property Stop: double read FStop write FStop;

The stop value of the parameter. The parameter has this value at the end of the particle life.

Published property Variation: double read FVariation write FVariation;

The variation factor for the particle parameter. In percent.

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:31:59