ModelTime Structure |
Namespace: Demo3D.EventQueue
public struct ModelTime
The ModelTime type exposes the following members.
| Name | Description | |
|---|---|---|
| ToDuration |
Convert model time to duration.
| |
| ToFixed |
Convert model time to seconds.
| |
| ToSeconds |
Convert model time to seconds.
|
| Name | Description | |
|---|---|---|
| Equals |
Determines whether two times are equal.
(Overrides ValueTypeEquals(Object).) | |
| FromDuration |
Convert a duration to a model time.
| |
| FromFixed |
Convert seconds to model time.
| |
| FromSeconds |
Convert seconds to model time.
| |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
| ToString |
Returns a printable string represenatation of this instance.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| HundredMs |
Hundred milliseconds.
| |
| MaxValue |
Positive infinity seconds.
| |
| MinValue |
Negative infinity seconds.
| |
| OneMs |
One millisecond.
| |
| OneS |
One second.
| |
| TenMs |
Ten milliseconds.
| |
| Zero |
Zero seconds.
|