| Name | Description |
---|
 | GetFirstAxisMapWithAction(Int32, Boolean) |
Get the first axis ActionElementMap for any controller type that contains a specific Action.
|
 | GetFirstAxisMapWithAction(String, Boolean) |
Get the first axis ActionElementMap for any controller type that contains a specific Action.
|
 | GetFirstAxisMapWithAction(Controller, Int32, Boolean) |
Get the first axis ActionElementMap for a specific controller that contains a specific Action.
|
 | GetFirstAxisMapWithAction(Controller, String, Boolean) |
Get the first axis ActionElementMap for a specific controller that contains a specific Action.
|
 | GetFirstAxisMapWithAction(ControllerType, Int32, Boolean) |
Get the first axis ActionElementMap for a specific controller type that contains a specific Action.
This overload applies to all Controllers of the specified type assigned to the Player.
|
 | GetFirstAxisMapWithAction(ControllerType, String, Boolean) |
Get the first axis ActionElementMap for a specific controller type that contains a specific Action.
This overload applies to all Controllers of the specified type assigned to the Player.
|
 | GetFirstAxisMapWithAction(ControllerType, Int32, Int32, Boolean) |
Get the first axis ActionElementMap for a specific controller that contains a specific Action.
|
 | GetFirstAxisMapWithAction(ControllerType, Int32, String, Boolean) |
Get the first axis ActionElementMap for a specific controller that contains a specific Action.
|