| SingleLinearSegment3EffectorValue0 Property |
Gets or sets the value of the first data point.
Namespace: DigitalRune.Particles.EffectorsAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public float Value0 { get; set; }
Public Property Value0 As Single
Get
Set
public:
property float Value0 {
float get ();
void set (float value);
}
member Value0 : float32 with get, set
Property Value
Type:
SingleThe value of the first data point.
See Also