C# Class SocialGame.FinalCount

Inheritance: UnityEngine.MonoBehaviour
Show 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 property

public int count
return int

gestPlayer1 public property

public GestChecker,SocialGame gestPlayer1
return GestChecker

gestPlayer2 public property

public GestChecker,SocialGame gestPlayer2
return GestChecker

playerOnTurn public property

public int playerOnTurn
return int

switching public property

public bool switching
return bool