Click or drag to resize

ControllerMapWithAxesCreateElementMap Method

Overload List
  NameDescription
Public methodCreateElementMap(ElementAssignment)
Creates an ActionElementMap in this controller map based on the data in elementAssignment.
(Inherited from ControllerMap.)
Public methodCreateElementMap(ElementAssignment, ActionElementMap)
Creates an ActionElementMap in this controller map based on the data in elementAssignment.
(Inherited from ControllerMap.)
Public methodCreateElementMap(Int32, Pole, KeyCode, ModifierKeyFlags)
Creates an ActionElementMap in this controller map for a keyboard key assignment.
(Inherited from ControllerMap.)
Public methodCreateElementMap(Int32, Pole, KeyCode, ModifierKeyFlags, ActionElementMap)
Creates an ActionElementMap in this controller map for a keyboard key assignment.
(Inherited from ControllerMap.)
Public methodCreateElementMap(Int32, Pole, Int32, ControllerElementType, AxisRange, Boolean)
Creates an ActionElementMap in this controller map for a controller button or axis assignment.
(Inherited from ControllerMap.)
Public methodCreateElementMap(Int32, Pole, KeyCode, ModifierKey, ModifierKey, ModifierKey)
Creates an ActionElementMap in this controller map for a keyboard key assignment.
(Inherited from ControllerMap.)
Public methodCreateElementMap(Int32, Pole, KeyCode, ModifierKey, ModifierKey, ModifierKey, ActionElementMap)
Creates an ActionElementMap in this controller map for a keyboard key assignment.
(Inherited from ControllerMap.)
Public methodCreateElementMap(Int32, Pole, Int32, ControllerElementType, AxisRange, Boolean, ActionElementMap)
Creates an ActionElementMap in this controller map for a controller button or axis assignment.
(Overrides ControllerMapCreateElementMap(Int32, Pole, Int32, ControllerElementType, AxisRange, Boolean, ActionElementMap).)
Top
See Also