Photon Fusion
2.1.1
Settings for the NetworkRunnerUpdaterDefault. More...
Public Member Functions | |
| readonly bool | Equals (NetworkRunnerUpdaterDefaultInvokeSettings other) |
| Checks if the settings are equal. | |
| override readonly bool | Equals (object obj) |
| Checks if the settings are equal. | |
| override readonly int | GetHashCode () |
| Gets the hash code of the settings. | |
| override readonly string | ToString () |
| Returns a string representation of the settings. | |
Static Public Member Functions | |
| static bool | operator!= (NetworkRunnerUpdaterDefaultInvokeSettings left, NetworkRunnerUpdaterDefaultInvokeSettings right) |
| Checks if the settings are not equal. | |
| static bool | operator== (NetworkRunnerUpdaterDefaultInvokeSettings left, NetworkRunnerUpdaterDefaultInvokeSettings right) |
| Checks if the settings are equal. | |
Public Attributes | |
| FusionPlayerLoopSystemAddMode | AddMode |
| Add mode for the PlayerLoopSystem. | |
| Type | ReferencePlayerLoopSystem |
| Reference to the PlayerLoopSystem to add the NetworkRunner to. | |
Settings for the NetworkRunnerUpdaterDefault.
| readonly bool Equals | ( | NetworkRunnerUpdaterDefaultInvokeSettings | other | ) |
Checks if the settings are equal.
| other | Settings to check for equality. |
| override readonly bool Equals | ( | object | obj | ) |
Checks if the settings are equal.
| obj | Settings to check for equality. |
| override readonly int GetHashCode | ( | ) |
Gets the hash code of the settings.
|
static |
Checks if the settings are not equal.
| left | Settings to check for equality. |
| right | Settings to check for equality. |
|
static |
Checks if the settings are equal.
| left | Settings to check for equality. |
| right | Settings to check for equality. |
| override readonly string ToString | ( | ) |
Returns a string representation of the settings.