프로퍼티 | 타입 | 설명 | |
---|---|---|---|
moveToNextSceneOnStart | bool | ||
protocol | Networking.TransportationProtocolType |
메소드 | 설명 | |
---|---|---|
TeleportToRoom ( string scene, string host, ushort port ) : void |
Teleport to the given room with a scene name, ip address and port.
|
메소드 | 설명 | |
---|---|---|
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 |
리턴 | void |