Irrlicht.NET

ITimer Properties

The properties of the ITimer class are listed below. For a complete list of ITimer class members, see the ITimer Members topic.

Public Instance Properties

IsStopped Returns if the virtual timer is currently stopped
RealTime Returns current real time in milliseconds of the system. This value does not start with 0 when the application starts. For example in one implementation the value returned could be the amount of milliseconds which have elapsed since the system was started.
Speed 
Time Sets or returns current virtual time in milliseconds. This value starts with 0 and can be manipulated using setTime(), stopTimer(), startTimer(), etc. This value depends on the set speed of the timer if the timer is stopped, etc. If you need the system time, use getRealTime()

See Also

ITimer Class | Irrlicht Namespace