Clock Methods |
The Clock type exposes the following members.
| Name | Description | |
|---|---|---|
| AddTime |
Adds time to this clock. This will extend the time the clock expires by
the given amount.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Pause |
Pauses this clock.
| |
| Reset |
Resets the clock to the specified stat time.
| |
| ToString | (Inherited from Object.) | |
| Unpause |
Unpauses this clock.
| |
| Update |
Call this method repeatedly to update the time (typically, in a component's Update method).
|
| Name | Description | |
|---|---|---|
| ThrowIfNull |
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.) |