| IParticleParameterTDefaultValue Property |
Gets or sets the default value.
Namespace: DigitalRune.ParticlesAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax T DefaultValue { get; set; }
Property DefaultValue As T
Get
Set
property T DefaultValue {
T get ();
void set (T value);
}
abstract DefaultValue : 'T with get, set
Property Value
Type:
TThe 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