Click or drag to resize
DigitalRuneParticleSystemParticleStartIndex Property
Gets index of the first active particle in the particle parameter arrays.

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public int ParticleStartIndex { get; }

Property Value

Type: Int32
The 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