The methods of the ITimer class are listed below. For a complete list of ITimer class members, see the ITimer Members topic.
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
get_NativeTimer | Returns the internal pointer to the native C++ irrlicht timer. Do not use this, only needed by the internal .NET wrapper. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Start | Stops the virtual timer. The timer is reference counted, which means everything which calls |
Stop | Stops the virtual timer. The timer is reference counted, which means everything which calls |
Tick | |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize | |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
ITimer Class | Irrlicht Namespace