record TParticle

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TParticle = record

Description

Structure holding particle data.

Overview

Fields

Position: TVector3D;
Vector: TVector3D;
StartTime: LongWord;
EndTime: LongWord;
Color: TARGBColor;
StartColor: TARGBColor;
StartVector: TVector3D;
Size: TDimension;
StartSize: TDimension;

Description

Fields

Position: TVector3D;

Position of the particle.

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 color of the particle.

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.


Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22