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

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

Public Properties

Property Type Description
active bool
gameOver bool
obj1 GameObject
obj2 GameObject
obj3 GameObject
obj4 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

active public property

public bool active
return bool

gameOver public property

public bool gameOver
return bool

obj1 public property

public GameObject obj1
return GameObject

obj2 public property

public GameObject obj2
return GameObject

obj3 public property

public GameObject obj3
return GameObject

obj4 public property

public GameObject obj4
return GameObject