C# Class NetLobby, UnityDemo

Inheritance: NetworkManager
Afficher le fichier Open project: rouchen/UnityDemo Class Usage Examples

Méthodes publiques

Свойство Type Description
building GameObject
mobBlue GameObject
mobRed GameObject

Méthodes publiques

Méthode Description
OnServerAddPlayer ( NetworkConnection conn, short playerControllerId ) : void
Start ( ) : void

Method Details

OnServerAddPlayer() public méthode

public OnServerAddPlayer ( NetworkConnection conn, short playerControllerId ) : void
conn NetworkConnection
playerControllerId short
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

building public_oe property

public GameObject building
Résultat GameObject

mobBlue public_oe property

public GameObject mobBlue
Résultat GameObject

mobRed public_oe property

public GameObject mobRed
Résultat GameObject