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
FeedbackGUI
C# Class FeedbackGUI, Gold-Rush
Inheritance:
MonoBehaviour
Show file
Open project: eric-kansas/Gold-Rush
Class Usage Examples
Public Properties
Property
Type
Description
screenPos
Rect
Public Methods
Method
Description
OnApplicationQuit
( ) :
void
OnGUI
( ) :
void
Start
( ) :
void
Update
( ) :
void
setText
(
string
str
) :
void
Method Details
OnApplicationQuit()
public
method
public
OnApplicationQuit
( ) :
void
return
void
OnGUI()
public
method
public
OnGUI
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
setText()
public
static
method
public
static
setText
(
string
str
) :
void
str
string
return
void
Property Details
screenPos
public property
public
Rect
screenPos
return
Rect