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

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

Public Properties

Property Type Description
gameOver bool
obj1 GameObject
resultPanel GameObject
scenePieces GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
Wait ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

gameOver public_oe property

public bool gameOver
return bool

obj1 public_oe property

public GameObject obj1
return GameObject

resultPanel public_oe property

public GameObject resultPanel
return GameObject

scenePieces public_oe property

public GameObject scenePieces
return GameObject