Class SimulatorUtility
- Namespace
- Coherence
- Assembly
- Coherence.dll
public static class SimulatorUtility
- Inheritance
-
SimulatorUtility
Fields
LocalRegionParameter
public const string LocalRegionParameter = "local"
Field Value
SimulatorTypeRoomsParameter
public const string SimulatorTypeRoomsParameter = "rooms"
Field Value
SimulatorTypeWorldParameter
public const string SimulatorTypeWorldParameter = "world"
Field Value
Properties
AuthToken
public static string AuthToken { get; }
Property Value
HttpServerPort
public static int HttpServerPort { get; }
Property Value
Ip
public static string Ip { get; }
Property Value
IsInvokedAsSimulator
public static bool IsInvokedAsSimulator { get; }
Property Value
IsInvokedInCommandLine
public static bool IsInvokedInCommandLine { get; }
Property Value
IsSimulator
public static bool IsSimulator { get; set; }
Property Value
Port
public static int Port { get; }
Property Value
Region
public static string Region { get; }
Property Value
RoomId
public static int RoomId { get; }
Property Value
RoomKV
public static Dictionary<string, string> RoomKV { get; }
Property Value
RoomTags
public static List<string> RoomTags { get; }
Property Value
SimulatorType
public static SimulatorUtility.Type SimulatorType { get; }
Property Value
UniqueRoomId
public static ulong UniqueRoomId { get; }
Property Value
WorldId
public static ulong WorldId { get; }
Property Value
Methods
ToString()
public static string ToString()