Class LocalRMBConfig
Configuration to spawn RMB locally.
Attach this object to BigScreenConfig to spawn RMB locally
Namespace: StreamSIX
Assembly: cs.temp.dll.dll
Syntax
public class LocalRMBConfig : ScriptableObject
Fields
LocalIP
Declaration
public string LocalIP
Field Value
Type | Description |
---|---|
System.String |
RMBMothershipTCPPort
Mothership TCP port.
Declaration
public int RMBMothershipTCPPort
Field Value
Type | Description |
---|---|
System.Int32 |
RMBMothershipWebsocketPort
Mothership websocket port.
Declaration
public int RMBMothershipWebsocketPort
Field Value
Type | Description |
---|---|
System.Int32 |
RMBSatelliteTCPPort
Satellite TCP port cannot change currently.
Declaration
public const int RMBSatelliteTCPPort = 6050
Field Value
Type | Description |
---|---|
System.Int32 |
RMBSatelliteWebsocketPort
Satellite websoket cannot change currently.
Declaration
public const int RMBSatelliteWebsocketPort = 7050
Field Value
Type | Description |
---|---|
System.Int32 |