Click or drag to resize

ControllerMapWithAxesRemoveElementAssignmentConflicts Method

Overload List
 NameDescription
Public methodRemoveElementAssignmentConflicts(ActionElementMap) Deletes any ActionElementMaps in this controller map that conflict with the incoming ActionElementMap.
Public methodRemoveElementAssignmentConflicts(ControllerMap) Deletes any ActionElementMaps in this controller map that conflict with the incoming controller map.
Public methodRemoveElementAssignmentConflicts(ElementAssignmentConflictCheck) Deletes any ActionElementMaps in this controller map that conflict with the potential assignment contained in the ElementAssignmentConflictCheck.
Public methodRemoveElementAssignmentConflicts(ActionElementMap, Boolean) Deletes any ActionElementMaps in this controller map that conflict with the incoming ActionElementMap.
Public methodRemoveElementAssignmentConflicts(ControllerMap, Boolean) Deletes any ActionElementMaps in this controller map that conflict with the incoming controller map.
Public methodRemoveElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean) Deletes any ActionElementMaps in this controller map that conflict with the potential assignment contained in the ElementAssignmentConflictCheck.
Top
See Also