C# Class CrownConsole, CrownEngine

Inheritance: MonoBehaviour
Afficher le fichier Open project: 3dever/CrownEngine

Méthodes publiques

Свойство Type Description
display bool
firstKey KeyCode,
secondKey KeyCode,

Méthodes publiques

Méthode Description
Display ( bool show ) : void
OnGUI ( ) : void
Update ( ) : void
WndDisplay ( int wndId ) : void

Method Details

Display() public méthode

public Display ( bool show ) : void
show bool
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

WndDisplay() public méthode

public WndDisplay ( int wndId ) : void
wndId int
Résultat void

Property Details

display public_oe property

public bool display
Résultat bool

firstKey public_oe property

public KeyCode, firstKey
Résultat KeyCode,

secondKey public_oe property

public KeyCode, secondKey
Résultat KeyCode,