C# Class ButtonController, Kinect-vs-Autism-project-CSI-2

Inheritance: MonoBehaviour
Show file Open project: mfppvl/Kinect-vs-Autism-project-CSI-2 Class Usage Examples

Public Properties

Property Type Description
levelSelectPanel GameObject
scorePrefab GameObject
stuff GameObject
stuffVector Vector3

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
hitNumber ( ) : void
levelSelectButton ( ) : void
leveltoMain ( ) : void
miniGameButton ( ) : void
nextLevel ( ) : void
optionButton ( ) : void
startButton ( ) : void
startFindItButton ( ) : void
startGameButton ( ) : void
startPaintButton ( ) : void
startTutorialButton ( ) : void
toLevel1 ( ) : void
toLevel2 ( ) : void
toLevel3 ( ) : void
toLevel4 ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

hitNumber() public method

public hitNumber ( ) : void
return void

levelSelectButton() public method

public levelSelectButton ( ) : void
return void

leveltoMain() public method

public leveltoMain ( ) : void
return void

miniGameButton() public method

public miniGameButton ( ) : void
return void

nextLevel() public method

public nextLevel ( ) : void
return void

optionButton() public method

public optionButton ( ) : void
return void

startButton() public method

public startButton ( ) : void
return void

startFindItButton() public method

public startFindItButton ( ) : void
return void

startGameButton() public method

public startGameButton ( ) : void
return void

startPaintButton() public method

public startPaintButton ( ) : void
return void

startTutorialButton() public method

public startTutorialButton ( ) : void
return void

toLevel1() public method

public toLevel1 ( ) : void
return void

toLevel2() public method

public toLevel2 ( ) : void
return void

toLevel3() public method

public toLevel3 ( ) : void
return void

toLevel4() public method

public toLevel4 ( ) : void
return void

Property Details

levelSelectPanel public property

public GameObject levelSelectPanel
return GameObject

scorePrefab public property

public GameObject scorePrefab
return GameObject

stuff public property

public GameObject stuff
return GameObject

stuffVector public property

public Vector3 stuffVector
return Vector3