Click or drag to resize
DigitalRuneStartDirectionEffectorDistribution 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<Vector3F> Distribution { get; set; }

Property Value

Type: DistributionVector3F
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 DefaultValue.
See Also