C# Class Hotkey, silverscreen

Inheritance: MonoBehaviour
Exibir arquivo Open project: mminer/silverscreen Class Usage Examples

Public Methods

Method Description
Hotkey ( string id, KeyCode, defaultKey, bool assignable ) : UnityEditor
Reset ( ) : void

Resets the key to its default value.

Method Details

Hotkey() public method

public Hotkey ( string id, KeyCode, defaultKey, bool assignable ) : UnityEditor
id string
defaultKey KeyCode,
assignable bool
return UnityEditor

Reset() public method

Resets the key to its default value.
public Reset ( ) : void
return void