ParticleSystem Properties |
The ParticleSystem type exposes the following members.
Name | Description | |
---|---|---|
Aabb |
Gets the axis-aligned bounding box (AABB).
| |
Children |
Gets or sets the collection of child particle systems.
| |
CurrentDelay |
Gets or sets the current delay.
| |
Effectors |
Gets the particle effectors.
| |
Enabled |
Gets or sets a value indicating whether this ParticleSystem is enabled.
| |
EnableMultithreading |
Gets or sets a value indicating whether multithreading is enabled.
| |
InitialDelay |
Gets or sets the initial delay.
| |
MaxNumberOfParticles |
Gets the maximum number of particles.
| |
Name |
Gets the name of this particle system.
| |
NumberOfActiveParticles |
Gets the number of active particles.
| |
NumberOfLivingParticles |
Gets the number of living particles.
| |
Parameters |
Gets the particle parameters.
| |
Parent |
Gets the parent particle systems.
| |
ParticleStartIndex |
Gets index of the first active particle in the particle parameter arrays.
| |
Pose |
Gets or sets the pose (position and orientation) of the particle system relative to the
Parent or the world.
| |
PreloadDeltaTime |
Gets or sets the preload delta time.
| |
PreloadDuration |
Gets or sets the preload duration.
| |
Random |
Gets or sets the random number generator used by the particle system.
| |
ReferenceFrame |
Gets or sets which 3D reference frame is used for particle parameters and particle effector
properties.
| |
RenderData |
Gets or sets the render data.
| |
Service |
Gets the particle system service.
| |
Shape |
Gets or sets the bounding shape of the particle system.
| |
Time |
Gets the simulation time of the particle system.
| |
TimeScaling |
Gets or sets the time scaling.
| |
UserData |
Gets or sets the user data.
|
Name | Description | |
---|---|---|
IGeometricObjectScale |
Gets the scale. - Always returns (1, 1, 1).
|