Photon Fusion
2.0.8
A tick is a 32-bit integer that represents a frame number. More...
Inherits IComparable< Tick >, and IEquatable< Tick >.
Classes | |
| class | EqualityComparer |
| Provides a mechanism for comparing two Tick objects for equality. More... | |
| class | RelationalComparer |
| Provides a mechanism for comparing two Tick objects. More... | |
Public Member Functions | |
| int | CompareTo (Tick other) |
| Compares the current Tick with another Tick. More... | |
| override bool | Equals (object obj) |
| Determines whether the specified object is equal to the current Tick. More... | |
| bool | Equals (Tick other) |
| Determines whether the specified Tick is equal to the current Tick. More... | |
| override int | GetHashCode () |
| Serves as the default hash function. More... | |
| Tick | Next (int increment) |
| Returns the next Tick, incremented by a specified value. More... | |
| override string | ToString () |
| String representation of the Tick. More... | |
Static Public Member Functions | |
| static implicit | operator bool (Tick value) |
| Converts a Tick to a boolean. More... | |
| static implicit | operator int (Tick value) |
| Converts a Tick to an integer. More... | |
| static implicit | operator Tick (int value) |
| Converts an integer to a Tick. More... | |
| static bool | operator!= (Tick a, Tick b) |
| Determines whether the first specified Tick is not equal to the second specified Tick. More... | |
| static bool | operator< (Tick a, Tick b) |
| Determines whether the first specified Tick is less than the second specified Tick. More... | |
| static bool | operator<= (Tick a, Tick b) |
| Determines whether the first specified Tick is less than or equal to the second specified Tick. More... | |
| static bool | operator== (Tick a, Tick b) |
| Determines whether the first specified Tick is equal to the second specified Tick. More... | |
| static bool | operator> (Tick a, Tick b) |
| Determines whether the first specified Tick is greater than the second specified Tick. More... | |
| static bool | operator>= (Tick a, Tick b) |
| Determines whether the first specified Tick is greater than or equal to the second specified Tick. More... | |
Public Attributes | |
| int | Raw |
| The raw value of the Tick. This represents a frame number. More... | |
Static Public Attributes | |
| const int | ALIGNMENT = 4 |
| The alignment of the Tick structure in bytes. More... | |
| const int | SIZE = 4 |
| The size of the Tick structure in bytes. More... | |
A tick is a 32-bit integer that represents a frame number.
| int CompareTo | ( | Tick | other | ) |
| override bool Equals | ( | object | obj | ) |
| bool Equals | ( | Tick | other | ) |
| override int GetHashCode | ( | ) |
Serves as the default hash function.
| Tick Next | ( | int | increment | ) |
|
static |
|
static |
|
static |
| override string ToString | ( | ) |
String representation of the Tick.
|
static |
The alignment of the Tick structure in bytes.
| int Raw |
The raw value of the Tick. This represents a frame number.
|
static |
The size of the Tick structure in bytes.