Photon Fusion 2.1.1

NetworkRunnerUpdaterDefaultInvokeSettings Struct Reference

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.

Detailed Description

Settings for the NetworkRunnerUpdaterDefault.

Member Function Documentation

◆ Equals() [1/2]

readonly bool Equals ( NetworkRunnerUpdaterDefaultInvokeSettings other)

Checks if the settings are equal.

Parameters
otherSettings to check for equality.
Returns
True if equal, false otherwise.

◆ Equals() [2/2]

override readonly bool Equals ( object obj)

Checks if the settings are equal.

Parameters
objSettings to check for equality.
Returns
True if equal, false otherwise.

◆ GetHashCode()

override readonly int GetHashCode ( )

Gets the hash code of the settings.

Returns
Hash code.

◆ operator!=()

Checks if the settings are not equal.

Parameters
leftSettings to check for equality.
rightSettings to check for equality.
Returns
True if not equal, false otherwise.

◆ operator==()

Checks if the settings are equal.

Parameters
leftSettings to check for equality.
rightSettings to check for equality.
Returns
True if equal, false otherwise.

◆ ToString()

override readonly string ToString ( )

Returns a string representation of the settings.

Returns
String representation.