Click or drag to resize
DigitalRuneIParticleParameterTDefaultValue Property
Gets or sets the default value.

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
T DefaultValue { get; set; }

Property Value

Type: T
The default value.
Remarks

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.

See Also