Class RuntimeSettings
- Namespace
- Coherence
- Assembly
- Coherence.dll
public class RuntimeSettings : PreloadedSingleton<RuntimeSettings>, IRuntimeSettings
- Inheritance
-
RuntimeSettings
- Implements
- Inherited Members
Constructors
RuntimeSettings()
public RuntimeSettings()
Properties
APIPort
public int APIPort { get; }
Property Value
ApiEndpoint
public string ApiEndpoint { get; }
Property Value
DefaultTransportMode
public DefaultTransportMode DefaultTransportMode { get; }
Property Value
IsWebGL
public bool IsWebGL { get; }
Property Value
LocalDevelopmentMode
public bool LocalDevelopmentMode { get; }
Property Value
LocalHost
public string LocalHost { get; }
Property Value
LocalHttpServerHost
public string LocalHttpServerHost { get; }
Property Value
LocalHttpServerPort
public int LocalHttpServerPort { get; }
Property Value
LocalRoomsUDPPort
public int LocalRoomsUDPPort { get; }
Property Value
LocalRoomsWebPort
public int LocalRoomsWebPort { get; }
Property Value
LocalWorldUDPPort
public int LocalWorldUDPPort { get; }
Property Value
LocalWorldWebPort
public int LocalWorldWebPort { get; }
Property Value
OrganizationID
public string OrganizationID { get; }
Property Value
ProjectID
public string ProjectID { get; }
Property Value
ProjectName
public string ProjectName { get; }
Property Value
RemoteWebPort
public int RemoteWebPort { get; }
Property Value
ReplicationServerToken
public string ReplicationServerToken { get; }
Property Value
RuntimeKey
public string RuntimeKey { get; }
Property Value
SchemaID
public string SchemaID { get; }
Property Value
SimulatorSlug
public string SimulatorSlug { get; set; }
Property Value
UseDebugStreams
public bool UseDebugStreams { get; }
Property Value
VersionInfo
public IVersionInfo VersionInfo { get; set; }
Property Value
WebSocketEndpoint
public string WebSocketEndpoint { get; }
Property Value
WorldsAPIPort
public int WorldsAPIPort { get; }
Property Value
Methods
OnEnable()
This method can destroy the object, e.g, when creating a duplicate of the asset.
protected override void OnEnable()
SetApiEndpoint(string)
public void SetApiEndpoint(string endpoint)
Parameters
endpoint
string