Class TAdParticleParameter
Unit
AdParticles
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
- TObject
- TAdParticleParameter
Overview
Methods
Properties
 |
property Start: double read FStart write FStart; |
 |
property Stop: double read FStop write FStop; |
 |
property Variation: double read FVariation write FVariation; |
Description
Methods
 |
procedure LoadFromXML(AName: string; ARoot: TAdSimpleXMLElem); |
Loads the value from a XML node.
|
 |
procedure SaveToXML(AName: string; ARoot: TAdSimpleXMLElem); |
Saves the value to a XML node.
|
Properties
 |
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.
|
 |
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.
|
 |
property Variation: double read FVariation write FVariation; |
The variation factor for the particle parameter. In percent.
|

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