Click or drag to resize

MapHelperElementMapsWithAction Method

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