Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
DW_DemoGUI
C# Class DW_DemoGUI
Base GUI used for demos.
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: caffeinatedguy/Limbs
Public Properties
Property
Type
Description
Logo
UnityEngine.Texture2D
Protected Properties
Property
Type
Description
visible
bool
Protected Methods
Method
Description
OnLevelWasLoaded
(
int
level
) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
OnLevelWasLoaded()
protected
method
protected
OnLevelWasLoaded
(
int
level
) :
void
level
int
return
void
Start()
protected
method
protected
Start
( ) :
void
return
void
Update()
protected
method
protected
Update
( ) :
void
return
void
Property Details
Logo
public_oe property
public
Texture2D,UnityEngine
Logo
return
UnityEngine.Texture2D
visible
protected_oe property
protected
bool
visible
return
bool