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
CrownConsole
C# Class CrownConsole, CrownEngine
Inheritance:
MonoBehaviour
Show file
Open project: 3dever/CrownEngine
Public Properties
Property
Type
Description
display
bool
firstKey
KeyCode,
secondKey
KeyCode,
Public Methods
Method
Description
Display
(
bool
show
) :
void
OnGUI
( ) :
void
Update
( ) :
void
WndDisplay
(
int
wndId
) :
void
Method Details
Display()
public
method
public
Display
(
bool
show
) :
void
show
bool
return
void
OnGUI()
public
method
public
OnGUI
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
WndDisplay()
public
method
public
WndDisplay
(
int
wndId
) :
void
wndId
int
return
void
Property Details
display
public property
public
bool
display
return
bool
firstKey
public property
public
KeyCode,
firstKey
return
KeyCode,
secondKey
public property
public
KeyCode,
secondKey
return
KeyCode,