C# Class ExampleListener, CaptainsMess

Inheritance: CaptainsMessListener
Afficher le fichier Open project: hengineer/CaptainsMess Class Usage Examples

Méthodes publiques

Свойство Type Description
gameSession ExampleGameSession,
gameSessionPrefab GameObject
networkStateField Text

Méthodes publiques

Méthode Description
OnAbortGame ( ) : void
OnCountdownCancelled ( ) : void
OnCountdownStarted ( ) : void
OnJoinedLobby ( ) : void
OnLeftLobby ( ) : void
OnServerCreated ( ) : void
OnStartConnecting ( ) : void
OnStartGame ( List aStartingPlayers ) : void
OnStopConnecting ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnAbortGame() public méthode

public OnAbortGame ( ) : void
Résultat void

OnCountdownCancelled() public méthode

public OnCountdownCancelled ( ) : void
Résultat void

OnCountdownStarted() public méthode

public OnCountdownStarted ( ) : void
Résultat void

OnJoinedLobby() public méthode

public OnJoinedLobby ( ) : void
Résultat void

OnLeftLobby() public méthode

public OnLeftLobby ( ) : void
Résultat void

OnServerCreated() public méthode

public OnServerCreated ( ) : void
Résultat void

OnStartConnecting() public méthode

public OnStartConnecting ( ) : void
Résultat void

OnStartGame() public méthode

public OnStartGame ( List aStartingPlayers ) : void
aStartingPlayers List
Résultat void

OnStopConnecting() public méthode

public OnStopConnecting ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

gameSession public_oe property

public ExampleGameSession, gameSession
Résultat ExampleGameSession,

gameSessionPrefab public_oe property

public GameObject gameSessionPrefab
Résultat GameObject

networkStateField public_oe property

public Text networkStateField
Résultat Text