Photon Fusion
2.0.8
A unique identifier for a scene load operation. More...
Inherits IEquatable< NetworkSceneLoadId >.
Public Member Functions | |
| bool | Equals (NetworkSceneLoadId other) |
| Compares two NetworkSceneLoadId for equality More... | |
| override bool | Equals (object obj) |
| Compares two NetworkSceneLoadId for equality More... | |
| override int | GetHashCode () |
| Returns the hash code of the NetworkSceneLoadId More... | |
| NetworkSceneLoadId (byte value) | |
| Creates a new NetworkSceneLoadId with the given value More... | |
| override string | ToString () |
Static Public Member Functions | |
| static implicit | operator NetworkSceneLoadId (byte value) |
| static bool | operator!= (NetworkSceneLoadId left, NetworkSceneLoadId right) |
| static bool | operator== (NetworkSceneLoadId left, NetworkSceneLoadId right) |
Public Attributes | |
| readonly byte | Value |
| The value of the id More... | |
A unique identifier for a scene load operation.
| NetworkSceneLoadId | ( | byte | value | ) |
Creates a new NetworkSceneLoadId with the given value
| value | The value of the id |
| bool Equals | ( | NetworkSceneLoadId | other | ) |
Compares two NetworkSceneLoadId for equality
| other | The other NetworkSceneLoadId |
| override bool Equals | ( | object | obj | ) |
Compares two NetworkSceneLoadId for equality
| obj | The other object to check |
| override int GetHashCode | ( | ) |
Returns the hash code of the NetworkSceneLoadId
|
static |
| value |
|
static |
| left | |
| right |
|
static |
| left | |
| right |
| override string ToString | ( | ) |
| readonly byte Value |
The value of the id