MapHelperGetAxisMapsWithAction Method |
Name | Description | |
---|---|---|
GetAxisMapsWithAction(Int32, Boolean, ListActionElementMap) |
Gets a list of all axis ActionElementMaps for any controller type that contains a specific Action.
| |
GetAxisMapsWithAction(String, Boolean, ListActionElementMap) |
Gets a list of all axis ActionElementMaps for any controller type that contains a specific Action.
| |
GetAxisMapsWithAction(Controller, Int32, Boolean, ListActionElementMap) |
Gets a list of all axis ActionElementMaps for a specific controller that contains a specific Action.
| |
GetAxisMapsWithAction(Controller, String, Boolean, ListActionElementMap) |
Gets a list of all axis ActionElementMaps for a specific controller that contains a specific Action.
| |
GetAxisMapsWithAction(ControllerType, Int32, Boolean, ListActionElementMap) |
Gets a list of all axis ActionElementMaps for a specific controller type that contains a specific Action.
This overload applies to all Controllers of the specified type assigned to the Player.
| |
GetAxisMapsWithAction(ControllerType, String, Boolean, ListActionElementMap) |
Gets a list of all axis ActionElementMaps for a specific controller type that contains a specific Action.
This overload applies to all Controllers of the specified type assigned to the Player.
| |
GetAxisMapsWithAction(ControllerType, Int32, Int32, Boolean, ListActionElementMap) |
Gets a list of all axis ActionElementMaps for a specific controller that contains a specific Action.
| |
GetAxisMapsWithAction(ControllerType, Int32, String, Boolean, ListActionElementMap) |
Gets a list of all axis ActionElementMaps for a specific controller that contains a specific Action.
|