C# Class FistBump.Framework.ControlScheme

FistBump.ca - Copyright (C)
Afficher le fichier Open project: fistbump/framework

Méthodes publiques

Méthode Description
ControlScheme ( InputDevices inputDevice, string deviceName, float deadZone ) : System.Linq
GetAnyKeyDown ( string actionNames ) : bool
GetButtonDown ( string actionName ) : bool
XAxis ( bool ignoreDeadZone = false ) : float
YAxis ( bool ignoreDeadZone = false ) : float

Method Details

ControlScheme() public méthode

public ControlScheme ( InputDevices inputDevice, string deviceName, float deadZone ) : System.Linq
inputDevice InputDevices
deviceName string
deadZone float
Résultat System.Linq

GetAnyKeyDown() public méthode

public GetAnyKeyDown ( string actionNames ) : bool
actionNames string
Résultat bool

GetButtonDown() public méthode

public GetButtonDown ( string actionName ) : bool
actionName string
Résultat bool

XAxis() public méthode

public XAxis ( bool ignoreDeadZone = false ) : float
ignoreDeadZone bool
Résultat float

YAxis() public méthode

public YAxis ( bool ignoreDeadZone = false ) : float
ignoreDeadZone bool
Résultat float