C# Class Common.InputState

Afficher le fichier Open project: gamemachine/gamemachine

Méthodes publiques

Свойство Type Description
activeInputs HashSet
cameraDisabled bool
chatfocus bool
dragging bool

Méthodes publiques

Méthode Description
CameraDisabled ( ) : bool
KeyInputActive ( ) : bool
SetInput ( string key, bool active ) : void

Method Details

CameraDisabled() public static méthode

public static CameraDisabled ( ) : bool
Résultat bool

KeyInputActive() public static méthode

public static KeyInputActive ( ) : bool
Résultat bool

SetInput() public static méthode

public static SetInput ( string key, bool active ) : void
key string
active bool
Résultat void

Property Details

activeInputs public_oe static_oe property

public static HashSet activeInputs
Résultat HashSet

cameraDisabled public_oe static_oe property

public static bool cameraDisabled
Résultat bool

chatfocus public_oe static_oe property

public static bool chatfocus
Résultat bool

dragging public_oe static_oe property

public static bool dragging
Résultat bool