Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
CrownConsole
C# Class CrownConsole, CrownEngine
Inheritance:
MonoBehaviour
ファイルを表示
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_oe property
public
bool
display
return
bool
firstKey
public_oe property
public
KeyCode,
firstKey
return
KeyCode,
secondKey
public_oe property
public
KeyCode,
secondKey
return
KeyCode,