Click or drag to resize
DigitalRuneStartDirectionEffectorDefaultValue Property
Gets or sets the start value that is used if Distribution is .

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 Vector3F DefaultValue { get; set; }

Property Value

Type: Vector3F
The default start value that is used if Distribution is .
See Also