| Name | Description |
---|
 | GetElementMapsWithAction(Int32, Boolean, List<ActionElementMap>) |
Gets a list of all ActionElementMaps for any controller type that contains a specific Action.
|
 | GetElementMapsWithAction(String, Boolean, List<ActionElementMap>) |
Gets a list of all ActionElementMaps for any controller type that contains a specific Action.
|
 | GetElementMapsWithAction(Controller, Int32, Boolean, List<ActionElementMap>) |
Gets a list of all ActionElementMaps for a specific controller that contains a specific Action.
|
 | GetElementMapsWithAction(Controller, String, Boolean, List<ActionElementMap>) |
Gets a list of all ActionElementMaps for a specific controller that contains a specific Action.
|
 | GetElementMapsWithAction(ControllerType, Int32, Boolean, List<ActionElementMap>) |
Gets a list of 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.
|
 | GetElementMapsWithAction(ControllerType, String, Boolean, List<ActionElementMap>) |
Gets a list of 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.
|
 | GetElementMapsWithAction(ControllerType, Int32, Int32, Boolean, List<ActionElementMap>) |
Gets a list of all ActionElementMaps for a specific controller that contains a specific Action.
|
 | GetElementMapsWithAction(ControllerType, Int32, String, Boolean, List<ActionElementMap>) |
Gets a list of all ActionElementMaps for a specific controller that contains a specific Action.
|