Photon Fusion
2.0.8
A key used to identify a network object nesting. More...
Inherits INetworkStruct, and IEquatable< NetworkObjectNestingKey >.
Classes | |
| class | EqualityComparer |
| Implements the IEqualityComparer interface. More... | |
Public Member Functions | |
| bool | Equals (NetworkObjectNestingKey other) |
| Checks if the current instance of NetworkObjectNestingKey is equal to another instance of the same type. More... | |
| override bool | Equals (object obj) |
| Checks if the current instance of NetworkObjectNestingKey is equal to another object. More... | |
| override int | GetHashCode () |
| Serves as the default hash function. More... | |
| NetworkObjectNestingKey (int value) | |
| Initializes a new instance of the NetworkObjectNestingKey struct with a specified value. More... | |
| override string | ToString () |
| Returns a string that represents the current object. More... | |
Public Attributes | |
| int | Value |
| The value of the NetworkObjectNestingKey. More... | |
Static Public Attributes | |
| const int | ALIGNMENT = 4 |
| The alignment of the NetworkObjectNestingKey in bytes. More... | |
| const int | SIZE = 4 |
| The size of the NetworkObjectNestingKey in bytes. More... | |
Properties | |
| bool | IsNone [get] |
| Checks if the NetworkObjectNestingKey is none. More... | |
| bool | IsValid [get] |
| Checks if the NetworkObjectNestingKey is valid. More... | |
A key used to identify a network object nesting.
| NetworkObjectNestingKey | ( | int | value | ) |
Initializes a new instance of the NetworkObjectNestingKey struct with a specified value.
| value | The value of the NetworkObjectNestingKey. |
| bool Equals | ( | NetworkObjectNestingKey | other | ) |
Checks if the current instance of NetworkObjectNestingKey is equal to another instance of the same type.
| other | An instance of NetworkObjectNestingKey to compare with the current instance. |
| override bool Equals | ( | object | obj | ) |
Checks if the current instance of NetworkObjectNestingKey is equal to another object.
| obj | An object to compare with the current instance. |
| override int GetHashCode | ( | ) |
Serves as the default hash function.
| override string ToString | ( | ) |
Returns a string that represents the current object.
|
static |
The alignment of the NetworkObjectNestingKey in bytes.
|
static |
The size of the NetworkObjectNestingKey in bytes.
| int Value |
The value of the NetworkObjectNestingKey.
|
get |
Checks if the NetworkObjectNestingKey is none.
|
get |
Checks if the NetworkObjectNestingKey is valid.