Property | Type | Description | |
---|---|---|---|
moveToNextSceneOnStart | bool | ||
protocol | Networking.TransportationProtocolType |
Method | Description | |
---|---|---|
TeleportToRoom ( string scene, string host, ushort port ) : void |
Teleport to the given room with a scene name, ip address and port.
|
Method | Description | |
---|---|---|
Awake ( ) : void | ||
Start ( ) : void |
public static TeleportToRoom ( string scene, string host, ushort port ) : void | ||
scene | string | Scene to load |
host | string | IP address of the host |
port | ushort | Port of the host |
return | void |