C# Class Hotkey, silverscreen

Inheritance: MonoBehaviour
Afficher le fichier Open project: mminer/silverscreen Class Usage Examples

Méthodes publiques

Méthode Description
Hotkey ( string id, KeyCode, defaultKey, bool assignable ) : UnityEditor
Reset ( ) : void

Resets the key to its default value.

Method Details

Hotkey() public méthode

public Hotkey ( string id, KeyCode, defaultKey, bool assignable ) : UnityEditor
id string
defaultKey KeyCode,
assignable bool
Résultat UnityEditor

Reset() public méthode

Resets the key to its default value.
public Reset ( ) : void
Résultat void