C# Class MeshBuilderWithPhysicsGUIController, project-tango-poc

Extra GUI controls.
Inheritance: MonoBehaviour
Afficher le fichier Open project: stetro/project-tango-poc

Méthodes publiques

Méthode Description
OnGUI ( ) : void

Draws the Unity GUI.

Start ( ) : void

Start is used to initialize.

Update ( ) : void

Updates UI and handles player input.

Method Details

OnGUI() public méthode

Draws the Unity GUI.
public OnGUI ( ) : void
Résultat void

Start() public méthode

Start is used to initialize.
public Start ( ) : void
Résultat void

Update() public méthode

Updates UI and handles player input.
public Update ( ) : void
Résultat void