Click or drag to resize
DigitalRuneStartValueEffectorTDefaultValue Property
Gets or sets the start value that is set 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 T DefaultValue { get; set; }

Property Value

Type: T
The start value that is set if Distribution is .
See Also