Click or drag to resize

ControllerMapGetElementMapsWithAction Method

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