| ParticleSystemParticleStartIndex Property |
Gets index of the first active particle in the particle parameter arrays.
Namespace: DigitalRune.ParticlesAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public int ParticleStartIndex { get; }
Public ReadOnly Property ParticleStartIndex As Integer
Get
public:
property int ParticleStartIndex {
int get ();
}
member ParticleStartIndex : int with get
Property Value
Type:
Int32The index of the first active particle.
Remarks ParticleStartIndex points to the first active particle in the particle
parameter arrays.
NumberOfActiveParticles counts how many particles are
active.
See Also