Click or drag to resize

MapHelperButtonMapsWithAction Method

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