Method | Description | |
---|---|---|
AddButtonAlias ( BaseController, buttonId, string alias ) : void | ||
AddController ( BaseController, controller ) : ControllerInputManager.eControllerId | ||
AddKeyboard1Controller ( ) : void | ||
AddKeyboard2Controller ( ) : void | ||
AddMouseController ( ) : void | ||
GetButton ( ) : BaseController.eButtonId>.Dictionary |
||
GetButton ( ControllerInputManager, controllerId ) : List |
||
GetButton ( BaseController, buttonId ) : List |
||
GetButton ( string alias ) : List |
||
GetButton ( ControllerInputManager, controllerId, BaseController, buttonId ) : bool | ||
GetButton ( ControllerInputManager, controllerId, string alias ) : bool | ||
GetButtonAlias ( string alias ) : BaseController.eButtonId | ||
GetButtonDown ( ) : BaseController.eButtonId>.Dictionary |
||
GetButtonDown ( ControllerInputManager, controllerId ) : List |
||
GetButtonDown ( BaseController, buttonId ) : List |
||
GetButtonDown ( string alias ) : List |
||
GetButtonDown ( ControllerInputManager, controllerId, BaseController, buttonId ) : bool | ||
GetButtonDown ( ControllerInputManager, controllerId, string alias ) : bool | ||
GetButtonUp ( ) : BaseController.eButtonId>.Dictionary |
||
GetButtonUp ( ControllerInputManager, controllerId ) : List |
||
GetButtonUp ( BaseController, buttonId ) : List |
||
GetButtonUp ( string alias ) : List |
||
GetButtonUp ( ControllerInputManager, controllerId, BaseController, buttonId ) : bool | ||
GetButtonUp ( ControllerInputManager, controllerId, string alias ) : bool | ||
GetController ( ControllerInputManager, controllerId ) : BaseController, | ||
GetDPad ( ) : Vector2>.Dictionary |
||
GetDPad ( ControllerInputManager, controllerId ) : Vector2 | ||
GetL2 ( ) : float>.Dictionary |
||
GetL2 ( ControllerInputManager, controllerId ) : float | ||
GetLeftJoystick ( ) : Vector2>.Dictionary |
||
GetLeftJoystick ( ControllerInputManager, controllerId ) : Vector2 | ||
GetMotion ( ) : Vector2>.Dictionary |
||
GetMotion ( ControllerInputManager, controllerId ) : Vector2 | ||
GetR2 ( ) : float>.Dictionary |
||
GetR2 ( ControllerInputManager, controllerId ) : float | ||
GetRightJoystick ( ) : Vector2>.Dictionary |
||
GetRightJoystick ( ControllerInputManager, controllerId ) : Vector2 | ||
Init ( ) : void | ||
RemoveController ( ControllerInputManager, controllerId ) : bool |
Method | Description | |
---|---|---|
ControllerInputManager ( ) : System | ||
CreateController ( string joystickName ) : BaseController, | ||
GetControllerDetectionName ( Type, controllerType ) : string | ||
InitInputDetection ( ) : void | ||
PostInputDetection ( ) : void | ||
SetAliases ( ) : void |
public AddButtonAlias ( BaseController, buttonId, string alias ) : void | ||
buttonId | BaseController, | |
alias | string | |
return | void |
public AddController ( BaseController, controller ) : ControllerInputManager.eControllerId | ||
controller | BaseController, | |
return | ControllerInputManager.eControllerId |
public GetButton ( ) : BaseController.eButtonId>.Dictionary |
||
return | BaseController.eButtonId>.Dictionary |
public GetButton ( ControllerInputManager, controllerId ) : List |
||
controllerId | ControllerInputManager, | |
return | List |
public GetButton ( BaseController, buttonId ) : List |
||
buttonId | BaseController, | |
return | List |
public GetButton ( ControllerInputManager, controllerId, BaseController, buttonId ) : bool | ||
controllerId | ControllerInputManager, | |
buttonId | BaseController, | |
return | bool |
public GetButton ( ControllerInputManager, controllerId, string alias ) : bool | ||
controllerId | ControllerInputManager, | |
alias | string | |
return | bool |
public GetButtonAlias ( string alias ) : BaseController.eButtonId | ||
alias | string | |
return | BaseController.eButtonId |
public GetButtonDown ( ) : BaseController.eButtonId>.Dictionary |
||
return | BaseController.eButtonId>.Dictionary |
public GetButtonDown ( ControllerInputManager, controllerId ) : List |
||
controllerId | ControllerInputManager, | |
return | List |
public GetButtonDown ( BaseController, buttonId ) : List |
||
buttonId | BaseController, | |
return | List |
public GetButtonDown ( ControllerInputManager, controllerId, BaseController, buttonId ) : bool | ||
controllerId | ControllerInputManager, | |
buttonId | BaseController, | |
return | bool |
public GetButtonDown ( ControllerInputManager, controllerId, string alias ) : bool | ||
controllerId | ControllerInputManager, | |
alias | string | |
return | bool |
public GetButtonUp ( ) : BaseController.eButtonId>.Dictionary |
||
return | BaseController.eButtonId>.Dictionary |
public GetButtonUp ( ControllerInputManager, controllerId ) : List |
||
controllerId | ControllerInputManager, | |
return | List |
public GetButtonUp ( BaseController, buttonId ) : List |
||
buttonId | BaseController, | |
return | List |
public GetButtonUp ( ControllerInputManager, controllerId, BaseController, buttonId ) : bool | ||
controllerId | ControllerInputManager, | |
buttonId | BaseController, | |
return | bool |
public GetButtonUp ( ControllerInputManager, controllerId, string alias ) : bool | ||
controllerId | ControllerInputManager, | |
alias | string | |
return | bool |
public GetController ( ControllerInputManager, controllerId ) : BaseController, | ||
controllerId | ControllerInputManager, | |
return | BaseController, |
public GetDPad ( ControllerInputManager, controllerId ) : Vector2 | ||
controllerId | ControllerInputManager, | |
return | Vector2 |
public GetL2 ( ControllerInputManager, controllerId ) : float | ||
controllerId | ControllerInputManager, | |
return | float |
public GetLeftJoystick ( ) : Vector2>.Dictionary |
||
return | Vector2>.Dictionary |
public GetLeftJoystick ( ControllerInputManager, controllerId ) : Vector2 | ||
controllerId | ControllerInputManager, | |
return | Vector2 |
public GetMotion ( ControllerInputManager, controllerId ) : Vector2 | ||
controllerId | ControllerInputManager, | |
return | Vector2 |
public GetR2 ( ControllerInputManager, controllerId ) : float | ||
controllerId | ControllerInputManager, | |
return | float |
public GetRightJoystick ( ) : Vector2>.Dictionary |
||
return | Vector2>.Dictionary |
public GetRightJoystick ( ControllerInputManager, controllerId ) : Vector2 | ||
controllerId | ControllerInputManager, | |
return | Vector2 |
public RemoveController ( ControllerInputManager, controllerId ) : bool | ||
controllerId | ControllerInputManager, | |
return | bool |