Click or drag to resize

ControllerMapGetButtonMapsWithAction Method

Overload List
 NameDescription
Public methodGetButtonMapsWithAction(Int32) Gets all Button ActionElementMaps in this controller map that contain a specific Action. Warning: Calling this allocates memory. Use GetButtonMapsWithAction(Int32, ListActionElementMap) instead.
Public methodGetButtonMapsWithAction(String) Gets all Button ActionElementMaps in this controller map that contain a specific Action. Warning: Calling this allocates memory. Use GetButtonMapsWithAction(String, ListActionElementMap) instead.
Public methodGetButtonMapsWithAction(Int32, Boolean) Gets all Button ActionElementMaps in this controller map that contain a specific Action. Warning: Calling this allocates memory. Use GetButtonMapsWithAction(Int32, Boolean, ListActionElementMap) instead.
Public methodGetButtonMapsWithAction(Int32, ListActionElementMap) Gets all Button ActionElementMaps in this controller map that contain a specific Action.
Public methodGetButtonMapsWithAction(String, Boolean) Gets all Button ActionElementMaps in this controller map that contain a specific Action. Warning: Calling this allocates memory. Use GetButtonMapsWithAction(String, Boolean, ListActionElementMap) instead.
Public methodGetButtonMapsWithAction(String, ListActionElementMap) Gets all Button ActionElementMaps in this controller map that contain a specific Action.
Public methodGetButtonMapsWithAction(Int32, Boolean, ListActionElementMap) Gets all Button ActionElementMaps in this controller map that contain a specific Action.
Public methodGetButtonMapsWithAction(String, Boolean, ListActionElementMap) Gets all Button ActionElementMaps in this controller map that contain a specific Action.
Top
See Also