| StartValueEffectorTDefaultValue Property |
Gets or sets the start value that is set if
Distribution is
.
Namespace: DigitalRune.Particles.EffectorsAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax [ContentSerializerAttribute(Optional = true)]
public T DefaultValue { get; set; }
<ContentSerializerAttribute(Optional := true)>
Public Property DefaultValue As T
Get
Set
public:
[ContentSerializerAttribute(Optional = true)]
property T DefaultValue {
T get ();
void set (T value);
}
[<ContentSerializerAttribute(Optional = true)>]
member DefaultValue : 'T with get, set
Property Value
Type:
T
The start value that is set if
Distribution is
.
See Also