C# Class SocialGame.FinalCount

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: BrainProject/UnityTemp

Public Properties

Property Type Description
count int
gestPlayer1 GestChecker
gestPlayer2 GestChecker
playerOnTurn int
switching bool

Public Methods

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

Next part is added on place
public Next ( ) : void
return void

Selected() public method

say next part is selected.
public Selected ( ) : void
return void

Start() public method

public Start ( ) : void
return void

switchPlayer() public method

Switchs the player.
public switchPlayer ( ) : void
return void

Property Details

count public_oe property

public int count
return int

gestPlayer1 public_oe property

public GestChecker,SocialGame gestPlayer1
return GestChecker

gestPlayer2 public_oe property

public GestChecker,SocialGame gestPlayer2
return GestChecker

playerOnTurn public_oe property

public int playerOnTurn
return int

switching public_oe property

public bool switching
return bool