C# Class UnityHandle

Inheritance: MonoBehaviour
Afficher le fichier Open project: drakelinglabs/unityarmada

Méthodes publiques

Свойство Type Description
moveToNextSceneOnStart bool
protocol Networking.TransportationProtocolType

Méthodes publiques

Méthode Description
TeleportToRoom ( string scene, string host, ushort port ) : void

Teleport to the given room with a scene name, ip address and port.

Private Methods

Méthode Description
Awake ( ) : void
Start ( ) : void

Method Details

TeleportToRoom() public static méthode

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
Résultat void

Property Details

moveToNextSceneOnStart public_oe property

If we should move to the next scene on start
public bool moveToNextSceneOnStart
Résultat bool

protocol public_oe static_oe property

Protocol type used
public static Networking.TransportationProtocolType protocol
Résultat Networking.TransportationProtocolType