MapHelperButtonMapsWithAction Method |
Name | Description | |
---|---|---|
ButtonMapsWithAction(Int32, Boolean) |
Enumerates all button ActionElementMaps for any controller type that contains a specific Action.
| |
ButtonMapsWithAction(String, Boolean) |
Enumerates all button ActionElementMaps for any controller type that contains a specific Action.
| |
ButtonMapsWithAction(Controller, Int32, Boolean) |
Enumerates all button ActionElementMaps for a specific controller that contains a specific Action.
| |
ButtonMapsWithAction(Controller, String, Boolean) |
Enumerates all button ActionElementMaps for a specific controller that contains a specific Action.
| |
ButtonMapsWithAction(ControllerType, Int32, Boolean) |
Enumerates all button 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.
| |
ButtonMapsWithAction(ControllerType, String, Boolean) |
Enumerates all button 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.
| |
ButtonMapsWithAction(ControllerType, Int32, Int32, Boolean) |
Enumerates all button ActionElementMaps for a specific controller that contains a specific Action.
| |
ButtonMapsWithAction(ControllerType, Int32, String, Boolean) |
Enumerates all button ActionElementMaps for a specific controller that contains a specific Action.
|