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