C# Class ExampleListener, CaptainsMess

Inheritance: CaptainsMessListener
显示文件 Open project: hengineer/CaptainsMess Class Usage Examples

Public Properties

Property Type Description
gameSession ExampleGameSession,
gameSessionPrefab GameObject
networkStateField Text

Public Methods

Method 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 method

public OnAbortGame ( ) : void
return void

OnCountdownCancelled() public method

public OnCountdownCancelled ( ) : void
return void

OnCountdownStarted() public method

public OnCountdownStarted ( ) : void
return void

OnJoinedLobby() public method

public OnJoinedLobby ( ) : void
return void

OnLeftLobby() public method

public OnLeftLobby ( ) : void
return void

OnServerCreated() public method

public OnServerCreated ( ) : void
return void

OnStartConnecting() public method

public OnStartConnecting ( ) : void
return void

OnStartGame() public method

public OnStartGame ( List aStartingPlayers ) : void
aStartingPlayers List
return void

OnStopConnecting() public method

public OnStopConnecting ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

gameSession public_oe property

public ExampleGameSession, gameSession
return ExampleGameSession,

gameSessionPrefab public_oe property

public GameObject gameSessionPrefab
return GameObject

networkStateField public_oe property

public Text networkStateField
return Text