| Description | Hierarchy | Fields | Methods | Properties |
type TParticleAffector = class(TAttributeExchangingObject)
A particle affector modifies particles.
![]() |
procedure Affect(Now: LongWord; Particles: PParticle; Count: LongWord); overload; inline; |
![]() |
procedure Affect(Now: LongWord; Particles: array of TParticle); overload; |
![]() |
property AffectorType: TParticleAffectorType read GetType; |
![]() |
property Enabled: Boolean read GetEnabled write SetEnabled; |
![]() |
procedure Affect(Now: LongWord; Particles: PParticle; Count: LongWord); overload; inline; |
|
Affects an array of particles. Parameters
| |
![]() |
procedure Affect(Now: LongWord; Particles: array of TParticle); overload; |
|
Affects an array of particles. Parameters
| |
![]() |
property AffectorType: TParticleAffectorType read GetType; |
|
The affector type. | |
![]() |
property Enabled: Boolean read GetEnabled write SetEnabled; |
|
Specifies whether or not the affector is currently | |