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

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public bool active
return bool

gameOver public_oe property

public bool gameOver
return bool

obj1 public_oe property

public GameObject obj1
return GameObject

obj2 public_oe property

public GameObject obj2
return GameObject

obj3 public_oe property

public GameObject obj3
return GameObject

obj4 public_oe property

public GameObject obj4
return GameObject