| ParticleSystemTime Property |
Gets the simulation time of the particle system.
Namespace: DigitalRune.ParticlesAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public TimeSpan Time { get; }
Public ReadOnly Property Time As TimeSpan
Get
public:
property TimeSpan Time {
TimeSpan get ();
}
member Time : TimeSpan with get
Property Value
Type:
TimeSpanThe simulation time of the particle system.
See Also