C# Class ExampleGameSession, CaptainsMess

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

Méthodes publiques

Свойство Type Description
gameRulesField Text
gameStateField Text
instance ExampleGameSession,

Méthodes publiques

Méthode Description
OnCountdownCancelled ( ) : void
OnCountdownStarted ( ) : void
OnDestroy ( ) : void
OnJoinedLobby ( ) : void
OnLeftLobby ( ) : void

Private Methods

Méthode Description
AllPlayersHaveRolled ( ) : bool
MaxScore ( ) : int
OnAbortGame ( ) : void
OnStartClient ( ) : void
OnStartGame ( List aStartingPlayers ) : void
OnStartServer ( ) : void
PlayAgain ( ) : void
PlayerWithHighestScore ( ) : ExamplePlayerScript,
PlayersWithHighestRoll ( ) : List
RpcOnAbortedGame ( ) : void
RpcOnStartedGame ( ) : void
RunGame ( ) : IEnumerator
Update ( ) : void

Method Details

OnCountdownCancelled() public méthode

public OnCountdownCancelled ( ) : void
Résultat void

OnCountdownStarted() public méthode

public OnCountdownStarted ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnJoinedLobby() public méthode

public OnJoinedLobby ( ) : void
Résultat void

OnLeftLobby() public méthode

public OnLeftLobby ( ) : void
Résultat void

Property Details

gameRulesField public_oe property

public Text gameRulesField
Résultat Text

gameStateField public_oe property

public Text gameStateField
Résultat Text

instance public_oe static_oe property

public static ExampleGameSession, instance
Résultat ExampleGameSession,