Gets the simulation time of the particle system.
Namespace: DigitalRune.ParticlesAssembly: 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); } |