Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
MeshBuilderWithColorGUIController
C# Class MeshBuilderWithColorGUIController, project-tango-poc
Extra GUI controls.
Inheritance:
MonoBehaviour
Show file
Open project: stetro/project-tango-poc
Public Methods
Method
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
method
Draws the Unity GUI.
public
OnGUI
( ) :
void
return
void
Start()
public
method
Start is used to initialize.
public
Start
( ) :
void
return
void
Update()
public
method
Updates UI and handles player input.
public
Update
( ) :
void
return
void