Click or drag to resize
DigitalRuneStartValueEffectorTDistribution Property
Gets or sets the random value distribution that is used to choose a start value for the parameter of a new particle.

Namespace: DigitalRune.Particles.Effectors
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
[ContentSerializerAttribute(Optional = true)]
public Distribution<T> Distribution { get; set; }

Property Value

Type: DistributionT
The random value distribution that determines the start value for the parameter of new particles. The default is , which means that the start value is set to the DefaultValue.
See Also