Table of Contents

Interface IRuntimeSettings

Namespace
Coherence.Common
Assembly
Coherence.Common.dll
public interface IRuntimeSettings

Properties

APIPort

int APIPort { get; }

Property Value

int

ApiEndpoint

string ApiEndpoint { get; }

Property Value

string

DefaultTransportMode

DefaultTransportMode DefaultTransportMode { get; }

Property Value

DefaultTransportMode

IsWebGL

bool IsWebGL { get; }

Property Value

bool

LocalDevelopmentMode

bool LocalDevelopmentMode { get; }

Property Value

bool

LocalHost

string LocalHost { get; }

Property Value

string

LocalHttpServerHost

string LocalHttpServerHost { get; }

Property Value

string

LocalHttpServerPort

int LocalHttpServerPort { get; }

Property Value

int

LocalRoomsUDPPort

int LocalRoomsUDPPort { get; }

Property Value

int

LocalRoomsWebPort

int LocalRoomsWebPort { get; }

Property Value

int

LocalWorldUDPPort

int LocalWorldUDPPort { get; }

Property Value

int

LocalWorldWebPort

int LocalWorldWebPort { get; }

Property Value

int

OrganizationID

string OrganizationID { get; }

Property Value

string

ProjectID

string ProjectID { get; }

Property Value

string

ProjectName

string ProjectName { get; }

Property Value

string

RemoteWebPort

int RemoteWebPort { get; }

Property Value

int

RuntimeKey

string RuntimeKey { get; }

Property Value

string

SchemaID

string SchemaID { get; }

Property Value

string

SimulatorSlug

string SimulatorSlug { get; }

Property Value

string

UseDebugStreams

bool UseDebugStreams { get; }

Property Value

bool

VersionInfo

IVersionInfo VersionInfo { get; }

Property Value

IVersionInfo

WebSocketEndpoint

string WebSocketEndpoint { get; }

Property Value

string