Skip to main content
Version: 1.x

Enum NativeBindings.OdinRoomConnectionStateChangeReason

Reason of connection state

Declaration
public enum NativeBindings.OdinRoomConnectionStateChangeReason

Fields

ClientRequested

Connection state change was initiated by the user

Declaration
ClientRequested = 0

ServerRequested

Connection state change was initiated by the server (e.g. peer was kicked)

Declaration
ServerRequested = 1

ConnectionLost

Connection state change was caused by a timeout

Declaration
ConnectionLost = 2