C# Class JBCToggleOnKey, unity-JBConsole

Inheritance: MonoBehaviour
Datei anzeigen Open project: spaceapegames/unity-JBConsole

Public Properties

Property Type Description
key KeyCode,

Public Methods

Method Description
RegisterToConsole ( ) : JBCToggleOnKey,
Start ( ) : void
Update ( ) : void

Method Details

RegisterToConsole() public static method

public static RegisterToConsole ( ) : JBCToggleOnKey,
return JBCToggleOnKey,

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

key public_oe property

public KeyCode, key
return KeyCode,