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