| IParticleParameterIsUniform Property |
Gets a value indicating whether this particle parameter is a uniform parameter or a varying parameter.
Namespace: DigitalRune.ParticlesAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax ReadOnly Property IsUniform As Boolean
Get
property bool IsUniform {
bool get ();
}
abstract IsUniform : bool with get
Property Value
Type:
Boolean if this parameter is uniform; otherwise,
if this parameters is varying.
See Also