| Vector3FLinearSegment3EffectorValue2 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 Vector3F Value2 { get; set; }
Public Property Value2 As Vector3F
Get
Set
public:
property Vector3F Value2 {
Vector3F get ();
void set (Vector3F value);
}
member Value2 : Vector3F with get, set
Property Value
Type:
Vector3FThe value of the third data point.
See Also