Click or drag to resize

MapHelperAxisMapsWithAction Method

Overload List
  NameDescription
Public methodAxisMapsWithAction(Int32, Boolean)
Enumerates all axis ActionElementMaps for any controller type that contains a specific Action.
Public methodAxisMapsWithAction(String, Boolean)
Enumerates all axis ActionElementMaps for any controller type that contains a specific Action.
Public methodAxisMapsWithAction(Controller, Int32, Boolean)
Enumerates all axis ActionElementMaps for a specific controller that contains a specific Action.
Public methodAxisMapsWithAction(Controller, String, Boolean)
Enumerates all axis ActionElementMaps for a specific controller that contains a specific Action.
Public methodAxisMapsWithAction(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.
Public methodAxisMapsWithAction(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.
Public methodAxisMapsWithAction(ControllerType, Int32, Int32, Boolean)
Enumerates all axis ActionElementMaps for a specific controller that contains a specific Action.
Public methodAxisMapsWithAction(ControllerType, Int32, String, Boolean)
Enumerates all axis ActionElementMaps for a specific controller that contains a specific Action.
Top
See Also