Click or drag to resize

ControllerMapWithAxes.ElementAssignmentConflicts Method

Overload List
  NameDescription
Public methodElementAssignmentConflicts(ActionElementMap)
Enumerates all assignment conflicts between the this controller map and the incoming ActionElementMap.
(Inherited from ControllerMap.)
Public methodElementAssignmentConflicts(ControllerMap)
Enumerates all assignment conflicts between this controller map and the incoming controller map.
(Inherited from ControllerMap.)
Public methodElementAssignmentConflicts(ElementAssignmentConflictCheck)
Enumerates all assignment conflicts between this controller map and the potential assignment contained in the ElementAssignmentConflictCheck.
(Inherited from ControllerMap.)
Public methodElementAssignmentConflicts(ActionElementMap, Boolean)
Enumerates all assignment conflicts between the this controller map and the incoming ActionElementMap.
(Overrides ControllerMap.ElementAssignmentConflicts(ActionElementMap, Boolean).)
Public methodElementAssignmentConflicts(ControllerMap, Boolean)
Enumerates all assignment conflicts between this controller map and the incoming controller map.
(Overrides ControllerMap.ElementAssignmentConflicts(ControllerMap, Boolean).)
Public methodElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean)
Enumerates all assignment conflicts between this controller map and the potential assignment contained in the ElementAssignmentConflictCheck.
(Overrides ControllerMap.ElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean).)
Top
See Also