| Description | Hierarchy | Fields | Methods | Properties |
type TParticle = record
Structure holding particle data.
Position: TVector3D; |
Vector: TVector3D; |
StartTime: LongWord; |
EndTime: LongWord; |
Color: TARGBColor; |
StartColor: TARGBColor; |
StartVector: TVector3D; |
Size: TDimension; |
StartSize: TDimension; |
Position: TVector3D; |
|
|
Vector: TVector3D; |
|
Direction and speed of the particle. |
StartTime: LongWord; |
|
Start life time of the particle. |
EndTime: LongWord; |
|
End life time of the particle. |
Color: TARGBColor; |
|
Current |
StartColor: TARGBColor; |
|
Color the particle had when emitting. |
StartVector: TVector3D; |
|
Original direction and speed of the particle. |
Size: TDimension; |
|
Scale of the particle. |
StartSize: TDimension; |
|
Scale the particle had when emitting. |