Class LocalRMBConfig

Configuration to spawn RMB locally.

Attach this object to BigScreenConfig to spawn RMB locally

Inheritance

System.Object
LocalRMBConfig
Namespace: StreamSIX
Assembly: cs.temp.dll.dll

Syntax

public class LocalRMBConfig : ScriptableObject

Fields

LocalIP

Declaration

public string LocalIP

Field Value

TypeDescription
System.String

RMBMothershipTCPPort

Mothership TCP port.

Declaration

public int RMBMothershipTCPPort

Field Value

TypeDescription
System.Int32

RMBMothershipWebsocketPort

Mothership websocket port.

Declaration

public int RMBMothershipWebsocketPort

Field Value

TypeDescription
System.Int32

RMBSatelliteTCPPort

Satellite TCP port cannot change currently.

Declaration

public const int RMBSatelliteTCPPort = 6050

Field Value

TypeDescription
System.Int32

RMBSatelliteWebsocketPort

Satellite websoket cannot change currently.

Declaration

public const int RMBSatelliteWebsocketPort = 7050

Field Value

TypeDescription
System.Int32