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