Photon Fusion
2.1.1
A unique identifier for a scene load operation. More...
Public Member Functions | |
| bool | Equals (NetworkSceneLoadId other) |
| Compares two NetworkSceneLoadId for equality. | |
| override bool | Equals (object obj) |
| Compares two NetworkSceneLoadId for equality. | |
| override int | GetHashCode () |
| Returns the hash code of the NetworkSceneLoadId. | |
| NetworkSceneLoadId (byte value) | |
| Creates a new NetworkSceneLoadId with the given value. | |
| 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. | |
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 |
|
static |
| value |
|
static |
| left | |
| right |
|
static |
| left | |
| right |
| override string ToString | ( | ) |