Click or drag to resize
DigitalRuneIParticleParameterIsUniform Property
Gets a value indicating whether this particle parameter is a uniform parameter or a varying parameter.

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
bool IsUniform { get; }

Property Value

Type: Boolean
if this parameter is uniform; otherwise, if this parameters is varying.
See Also