C# Class NetworkLevelLoad, unity-network-sample

Inheritance: MonoBehaviour
Afficher le fichier Open project: anchan828/unity-network-sample Class Usage Examples

Méthodes publiques

Свойство Type Description
disconnectedLevel string
supportedNetworkLevels string[]

Méthodes publiques

Méthode Description
Awake ( ) : void
OnDisconnectedFromServer ( ) : void
OnGUI ( ) : void

Private Methods

Méthode Description
LoadLevel ( string level, int levelPrefix ) : IEnumerator

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnDisconnectedFromServer() public méthode

public OnDisconnectedFromServer ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Property Details

disconnectedLevel public_oe property

public string disconnectedLevel
Résultat string

supportedNetworkLevels public_oe property

public string[] supportedNetworkLevels
Résultat string[]