| Vector3FLinearSegment3EffectorTime2 Property |
Gets or sets the time 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 Time2 { get; set; }
Public Property Time2 As Single
Get
Set
public:
property float Time2 {
float get ();
void set (float value);
}
member Time2 : float32 with get, set
Property Value
Type:
SingleThe time of the third data point.
See Also