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