C# Class ScoreSystem, kaijurising

Inheritance: MonoBehaviour
Afficher le fichier Open project: Moehammered/kaijurising Class Usage Examples

Méthodes publiques

Свойство Type Description
gameEndText Text,
scoreSystem Score[],

Méthodes publiques

Méthode Description
Start ( ) : void
endGame ( ) : void
updateValue ( int amountIncrease, int playerIndex ) : void

Private Methods

Méthode Description
Rpc_disconnect ( ) : void
Rpc_showWin ( string winText ) : void
Rpc_updateClientValue ( int value, int playerIndex ) : void
Update ( ) : void
restartWorld ( ) : IEnumerator

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

endGame() public méthode

public endGame ( ) : void
Résultat void

updateValue() public méthode

public updateValue ( int amountIncrease, int playerIndex ) : void
amountIncrease int
playerIndex int
Résultat void

Property Details

gameEndText public_oe property

public Text, gameEndText
Résultat Text,

scoreSystem public_oe property

public Score[], scoreSystem
Résultat Score[],