Click or drag to resize

PlayerControllerHelperMapHelperGetFirstAxisMapWithAction Method

Overload List
 NameDescription
Public methodGetFirstAxisMapWithAction(Int32, Boolean) Get the first axis ActionElementMap for any controller type that contains a specific Action.
Public methodGetFirstAxisMapWithAction(String, Boolean) Get the first axis ActionElementMap for any controller type that contains a specific Action.
Public methodGetFirstAxisMapWithAction(Controller, Int32, Boolean) Get the first axis ActionElementMap for a specific controller that contains a specific Action.
Public methodGetFirstAxisMapWithAction(Controller, String, Boolean) Get the first axis ActionElementMap for a specific controller that contains a specific Action.
Public methodGetFirstAxisMapWithAction(ControllerType, Int32, Boolean) Get the first axis ActionElementMap for a specific controller type that contains a specific Action. This overload applies to all Controllers of the specified type assigned to the Player.
Public methodGetFirstAxisMapWithAction(ControllerType, String, Boolean) Get the first axis ActionElementMap for a specific controller type that contains a specific Action. This overload applies to all Controllers of the specified type assigned to the Player.
Public methodGetFirstAxisMapWithAction(ControllerType, Int32, Int32, Boolean) Get the first axis ActionElementMap for a specific controller that contains a specific Action.
Public methodGetFirstAxisMapWithAction(ControllerType, Int32, String, Boolean) Get the first axis ActionElementMap for a specific controller that contains a specific Action.
Top
See Also