C# Class EmotionRecognition.GameSetup

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

Public Properties

Property Type Description
currentGame GameType
gameScript GameScript
setupCanvas UnityEngine.Canvas

Public Methods

Method Description
SelectedGameWithHint ( ) : void
SelectedGameWithoutHint ( ) : void
SelectedLearning ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

SelectedGameWithHint() public method

public SelectedGameWithHint ( ) : void
return void

SelectedGameWithoutHint() public method

public SelectedGameWithoutHint ( ) : void
return void

SelectedLearning() public method

public SelectedLearning ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

currentGame public property

public GameType currentGame
return GameType

gameScript public property

public GameScript,EmotionRecognition gameScript
return GameScript

setupCanvas public property

public Canvas,UnityEngine setupCanvas
return UnityEngine.Canvas