Gets the simulation time of the particle system.

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.1.0.0 (1.1.0.9492)

Syntax

C#
public TimeSpan Time { get; private set; }
Visual Basic
Public Property Time As TimeSpan
	Get
	Private Set
Visual C++
public:
property TimeSpan Time {
	TimeSpan get ();
	private: void set (TimeSpan value);
}

Field Value

The simulation time of the particle system.

See Also