C# Class CrownConsole, CrownEngine

Inheritance: MonoBehaviour
Mostrar archivo 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,