C# Class Ensage.Common.Menu.KeyBind

Afficher le fichier Open project: EnsageSharp/Ensage.Common

Méthodes publiques

Свойство Type Description
Active bool
Key uint
Type KeyBindType

Méthodes publiques

Méthode Description
KeyBind ( uint key, KeyBindType type, bool defaultValue = false ) : System

Initializes a new instance of the KeyBind struct.

Method Details

KeyBind() public méthode

Initializes a new instance of the KeyBind struct.
public KeyBind ( uint key, KeyBindType type, bool defaultValue = false ) : System
key uint /// The key. ///
type KeyBindType /// The type. ///
defaultValue bool /// The default value. ///
Résultat System

Property Details

Active public_oe property

The active.
public bool Active
Résultat bool

Key public_oe property

The key.
public uint Key
Résultat uint

Type public_oe property

The type.
public KeyBindType Type
Résultat KeyBindType