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