Clock Class
From SFML.Net
SFML.Net
| Clock Class |
Utility class that measures the elapsed time
Namespace: SFML.System
Assembly: sfmlnet-system-2 (in sfmlnet-system-2.dll) Version: 2.2.0.0 (2.2.0)
The Clock type exposes the following members.
| Name | Description | |
|---|---|---|
| Destroy |
Handle the destruction of the object
(Overrides ObjectBaseDestroy(Boolean).) | |
| Dispose |
Explicitely dispose the object
(Inherited from ObjectBase.) | |
| Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize |
Dispose the object
(Inherited from ObjectBase.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Restart |
This function puts the time counter back to zero.
| |
| ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CPointer |
Access to the internal pointer of the object.
For internal use only
(Inherited from ObjectBase.) | |
| ElapsedTime |
Gets the time elapsed since the last call to Restart
|