Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
EmotionRecognition
GameSetup
C# Class EmotionRecognition.GameSetup
Inheritance:
UnityEngine.MonoBehaviour
Datei anzeigen
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_oe property
public
GameType
currentGame
return
GameType
gameScript
public_oe property
public
GameScript,EmotionRecognition
gameScript
return
GameScript
setupCanvas
public_oe property
public
Canvas,UnityEngine
setupCanvas
return
UnityEngine.Canvas