Method | Description | |
---|---|---|
GetButton ( KeyboardController, buttonId ) : bool | ||
GetButtonDown ( KeyboardController, buttonId ) : bool | ||
GetButtonName ( BaseController, buttonId ) : string | ||
GetButtonUp ( KeyboardController, buttonId ) : bool | ||
GetDPad ( ) : Vector2 | ||
GetL2 ( ) : float | ||
GetLeftJoystick ( ) : Vector2 | ||
GetR2 ( ) : float | ||
GetRightJoystick ( ) : Vector2 | ||
KeyboardController ( string>.Dictionary |
||
SetKeyMapping ( ) : void |
Method | Description | |
---|---|---|
AddButtonMap ( KeyboardController, buttonId, string inputKey ) : void | ||
GetKeyCode ( KeyboardController, simulatedAxisId ) : string |
public GetButton ( KeyboardController, buttonId ) : bool | ||
buttonId | KeyboardController, | |
return | bool |
public GetButtonDown ( KeyboardController, buttonId ) : bool | ||
buttonId | KeyboardController, | |
return | bool |
public GetButtonName ( BaseController, buttonId ) : string | ||
buttonId | BaseController, | |
return | string |
public GetButtonUp ( KeyboardController, buttonId ) : bool | ||
buttonId | KeyboardController, | |
return | bool |
public KeyboardController ( string>.Dictionary |
||
axisMap | string>.Dictionary | |
buttonIds | string>.Dictionary | |
return | System.Collections |