C# 클래스 UnityHandle

상속: MonoBehaviour
파일 보기 프로젝트 열기: drakelinglabs/unityarmada

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

TeleportToRoom() 공개 정적인 메소드

Teleport to the given room with a scene name, ip address and port.
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

프로퍼티 상세

moveToNextSceneOnStart 공개적으로 프로퍼티

If we should move to the next scene on start
public bool moveToNextSceneOnStart
리턴 bool

protocol 공개적으로 정적으로 프로퍼티

Protocol type used
public static Networking.TransportationProtocolType protocol
리턴 Networking.TransportationProtocolType