C# Class SocialGame.FinalCount

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: BrainProject/UnityTemp

Méthodes publiques

Свойство Type Description
count int
gestPlayer1 GestChecker
gestPlayer2 GestChecker
playerOnTurn int
switching bool

Méthodes publiques

Méthode Description
Next ( ) : void

Next part is added on place

Selected ( ) : void

say next part is selected.

Start ( ) : void
switchPlayer ( ) : void

Switchs the player.

Method Details

Next() public méthode

Next part is added on place
public Next ( ) : void
Résultat void

Selected() public méthode

say next part is selected.
public Selected ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

switchPlayer() public méthode

Switchs the player.
public switchPlayer ( ) : void
Résultat void

Property Details

count public_oe property

public int count
Résultat int

gestPlayer1 public_oe property

public GestChecker,SocialGame gestPlayer1
Résultat GestChecker

gestPlayer2 public_oe property

public GestChecker,SocialGame gestPlayer2
Résultat GestChecker

playerOnTurn public_oe property

public int playerOnTurn
Résultat int

switching public_oe property

public bool switching
Résultat bool