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