IParticleParameterTValues Property |
Namespace: DigitalRune.Particles
If the Values array is , then the DefaultValue applies to all particles. This type of particle parameter is called a "uniform" parameter.
If the Values array is set, then each particles has its own value. This type of particle parameter is called a "varying" parameter.
Other objects should not store a direct reference to this array because the particle system can replace the array. Instead, store a reference to the IParticleParameterT and use this property to retrieve the current array when needed.