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