Clock Class |
Namespace: AGI.Foundation.Cesium
The Clock type exposes the following members.
Name | Description | |
---|---|---|
CurrentTime |
Gets or sets the initial time when the document is first loaded.
| |
Interval |
Gets or sets the time span covered by the document.
| |
Multiplier |
Gets or sets how much time advances with each tick. Negative values cause time to move backwards.
If Step is TickDependent this is the number of seconds advanced each tick.
If Step is SystemClockMultiplier then the clock is advanced by the
amount of elapsed time since the last tick multiplied by this value.
| |
Range |
Gets or sets how time behaves at Interval boundaries.
| |
Step |
Gets or sets how time advances with each tick.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |