Click or drag to resize

ElementAssignment Constructor

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