Click or drag to resize

ElementAssignmentConflictCheck Constructor

Overload List
  NameDescription
Public methodElementAssignmentConflictCheck(ElementAssignmentConflictCheck)
Creates a copy of an ElementAssignmentConflictCheck object.
Public methodElementAssignmentConflictCheck(Int32, ControllerType, Int32, Int32, Int32, Int32, Pole)
A struct for use in element assignment conflict checking. Overload for assignment of a button.
Public methodElementAssignmentConflictCheck(Int32, ControllerType, Int32, Int32, Int32, Int32, Boolean)
A struct for use in element assignment conflict checking. Overload for assignment of a full axis.
Public methodElementAssignmentConflictCheck(Int32, ControllerType, Int32, Int32, Int32, AxisRange, Int32, Pole)
A struct for use in element assignment conflict checking. Overload for assignment of a split axis.
Public methodElementAssignmentConflictCheck(Int32, ControllerType, Int32, Int32, Int32, Int32, Pole, Int32)
A struct for use in element assignment conflict checking. Overload for assignment of a button to replace an existing element map.
Public methodElementAssignmentConflictCheck(Int32, ControllerType, Int32, Int32, Int32, Int32, Boolean, Int32)
A struct for use in element assignment conflict checking. Overload for assignment of a full axis to replace an existing element map.
Public methodElementAssignmentConflictCheck(Int32, ControllerType, Int32, Int32, KeyCode, ModifierKeyFlags, Int32, Pole)
A struct for use in element assignment conflict checking. Overload for assignment of a keyboard key.
Public methodElementAssignmentConflictCheck(Int32, ControllerType, Int32, Int32, Int32, AxisRange, Int32, Pole, Int32)
A struct for use in element assignment conflict checking. Overload for assignment of a split axis to replace an existing element map.
Public methodElementAssignmentConflictCheck(Int32, ControllerType, Int32, Int32, KeyCode, ModifierKeyFlags, Int32, Pole, Int32)
A struct for use in element assignment conflict checking. Overload for assignment of a keyboard key to replace an existing element map.
Public methodElementAssignmentConflictCheck(Int32, ControllerType, Int32, Int32, ControllerElementType, Int32, AxisRange, KeyCode, ModifierKeyFlags, Int32, Pole, Boolean)
A struct for use in element assignment conflict checking. Overload for complete assignment.
Public methodElementAssignmentConflictCheck(Int32, ControllerType, Int32, Int32, ElementAssignmentType, Int32, AxisRange, KeyCode, ModifierKeyFlags, Int32, Pole, Boolean)
A struct for use in element assignment conflict checking. Overload for complete assignment.
Public methodElementAssignmentConflictCheck(Int32, ControllerType, Int32, Int32, ControllerElementType, Int32, AxisRange, KeyCode, ModifierKeyFlags, Int32, Pole, Boolean, Int32)
A struct for use in element assignment conflict checking. Overload for complete assignment to replace an existing element map.
Public methodElementAssignmentConflictCheck(Int32, ControllerType, Int32, Int32, ElementAssignmentType, Int32, AxisRange, KeyCode, ModifierKeyFlags, Int32, Pole, Boolean, Int32)
A struct for use in element assignment conflict checking. Overload for complete assignment to replace an existing element map.
Top
See Also