ControllerMapWithAxes Methods |
The ControllerMapWithAxes type exposes the following members.
Name | Description | |
---|---|---|
![]() | AxisMapsWithAction(Int32) |
Enumarates all Axis ActionElementMaps in this controller map that contain a specific Action.
|
![]() | AxisMapsWithAction(String) |
Enumarates all Axis ActionElementMaps in this controller map that contain a specific Action.
|
![]() | AxisMapsWithAction(Int32, Boolean) |
Enumarates all Axis ActionElementMaps in this controller map that contain a specific Action.
|
![]() | AxisMapsWithAction(String, Boolean) |
Enumarates all Axis ActionElementMaps in this controller map that contain a specific Action.
|
![]() | ButtonMapsWithAction(Int32) |
Enumarates all Button ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.) |
![]() | ButtonMapsWithAction(String) |
Enumarates all Axis ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.) |
![]() | ButtonMapsWithAction(Int32, Boolean) |
Enumarates all Button ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.) |
![]() | ButtonMapsWithAction(String, Boolean) |
Enumarates all Axis ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.) |
![]() | ClearElementMaps |
Deletes all ActionElementMaps in this controller map.
(Overrides ControllerMapClearElementMaps.) |
![]() | ContainsAction(String) |
Does this controller map contain any ActionElementMaps that are bound to a particular Action?
(Inherited from ControllerMap.) |
![]() | ContainsAction(Int32) |
Does this controller map contain any ActionElementMaps that are bound to a particular Action?
(Overrides ControllerMapContainsAction(Int32).) |
![]() | ContainsElementIdentifier |
Does this controller map contain any ActionElementMaps that are bound to a particular Element Identifier Id?
(Inherited from ControllerMap.) |
![]() | ContainsElementMap(Int32) |
Does this controller map contain the ActionElementMap with the specific id?
(Inherited from ControllerMap.) |
![]() | ContainsElementMap(ActionElementMap) |
Does this controller map contain the ActionElementMap?
(Inherited from ControllerMap.) |
![]() | ContainsKeyboardKey |
Does this controller map contain any ActionElementMaps that are bound to a particular keyboard key?
(Inherited from ControllerMap.) |
![]() | CreateElementMap(ElementAssignment) |
Creates an ActionElementMap in this controller map based on the data in elementAssignment.
(Inherited from ControllerMap.) |
![]() | CreateElementMap(ElementAssignment, ActionElementMap) |
Creates an ActionElementMap in this controller map based on the data in elementAssignment.
(Inherited from ControllerMap.) |
![]() | CreateElementMap(Int32, Pole, KeyCode, ModifierKeyFlags) |
Creates an ActionElementMap in this controller map for a keyboard key assignment.
(Inherited from ControllerMap.) |
![]() | CreateElementMap(Int32, Pole, KeyCode, ModifierKeyFlags, ActionElementMap) |
Creates an ActionElementMap in this controller map for a keyboard key assignment.
(Inherited from ControllerMap.) |
![]() | CreateElementMap(Int32, Pole, Int32, ControllerElementType, AxisRange, Boolean) |
Creates an ActionElementMap in this controller map for a controller button or axis assignment.
(Inherited from ControllerMap.) |
![]() | CreateElementMap(Int32, Pole, KeyCode, ModifierKey, ModifierKey, ModifierKey) |
Creates an ActionElementMap in this controller map for a keyboard key assignment.
(Inherited from ControllerMap.) |
![]() | CreateElementMap(Int32, Pole, KeyCode, ModifierKey, ModifierKey, ModifierKey, ActionElementMap) |
Creates an ActionElementMap in this controller map for a keyboard key assignment.
(Inherited from ControllerMap.) |
![]() | CreateElementMap(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).) |
![]() | DeleteAxisMapsWithAction(Int32) |
Deletes all Axis ActionElementMap from the controller map that contain a specific Action.
|
![]() | DeleteAxisMapsWithAction(String) |
Deletes all Axis ActionElementMap from the controller map that contain a specific Action.
|
![]() | DeleteButtonMapsWithAction(Int32) |
Deletes all Button ActionElementMap from the controller map that contain a specific Action.
(Inherited from ControllerMap.) |
![]() | DeleteButtonMapsWithAction(String) |
Deletes all Button ActionElementMap from the controller map that contain a specific Action.
(Inherited from ControllerMap.) |
![]() | DeleteElementMap |
Deletes the ActionElementMap from the controller map.
(Overrides ControllerMapDeleteElementMap(Int32).) |
![]() | DeleteElementMapsWithAction(Int32) |
Deletes all ActionElementMap from the controller map that contain a specific Action.
(Overrides ControllerMapDeleteElementMapsWithAction(Int32).) |
![]() | DeleteElementMapsWithAction(String) |
Deletes all ActionElementMap from the controller map that contain a specific Action.
(Overrides ControllerMapDeleteElementMapsWithAction(String).) |
![]() | DisableElementAssignmentConflicts(ActionElementMap) |
Disables any ActionElementMaps in this controller map that conflict with the incoming ActionElementMap.
(Inherited from ControllerMap.) |
![]() | DisableElementAssignmentConflicts(ControllerMap) |
Disables any ActionElementMaps in this controller map that conflict with the incoming controller map.
(Inherited from ControllerMap.) |
![]() | DisableElementAssignmentConflicts(ElementAssignmentConflictCheck) |
Disables any ActionElementMaps in this controller map that conflict with the potential assignment contained in the ElementAssignmentConflictCheck.
(Inherited from ControllerMap.) |
![]() | DisableElementAssignmentConflicts(ActionElementMap, Boolean) |
Disables any ActionElementMaps in this controller map that conflict with the incoming ActionElementMap.
(Inherited from ControllerMap.) |
![]() | DisableElementAssignmentConflicts(ControllerMap, Boolean) |
Disables any ActionElementMaps in this controller map that conflict with the incoming controller map.
(Inherited from ControllerMap.) |
![]() | DisableElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean) |
Disables any ActionElementMaps in this controller map that conflict with the potential assignment contained in the ElementAssignmentConflictCheck.
(Inherited from ControllerMap.) |
![]() | DoesElementAssignmentConflict(ActionElementMap) |
Determines if any element assignments conflict between the this controller map and the incoming ActionElementMap.
(Inherited from ControllerMap.) |
![]() | DoesElementAssignmentConflict(ControllerMap) |
Determines if any element assignments conflict between this controller map and the incoming controller map.
(Inherited from ControllerMap.) |
![]() | DoesElementAssignmentConflict(ElementAssignmentConflictCheck) |
Determines if any element assignments conflict between this controller map and the potential assignment contained in the ElementAssignmentConflictCheck.
(Inherited from ControllerMap.) |
![]() | DoesElementAssignmentConflict(ActionElementMap, Boolean) |
Determines if any element assignments conflict between the this controller map and the incoming ActionElementMap.
(Overrides ControllerMapDoesElementAssignmentConflict(ActionElementMap, Boolean).) |
![]() | DoesElementAssignmentConflict(ControllerMap, Boolean) |
Determines if any element assignments conflict between this controller map and the incoming controller map.
(Overrides ControllerMapDoesElementAssignmentConflict(ControllerMap, Boolean).) |
![]() | DoesElementAssignmentConflict(ElementAssignmentConflictCheck, Boolean) |
Determines if any element assignments conflict between this controller map and the potential assignment contained in the ElementAssignmentConflictCheck.
(Overrides ControllerMapDoesElementAssignmentConflict(ElementAssignmentConflictCheck, Boolean).) |
![]() | ElementAssignmentConflicts(ActionElementMap) |
Enumerates all assignment conflicts between the this controller map and the incoming ActionElementMap.
(Inherited from ControllerMap.) |
![]() | ElementAssignmentConflicts(ControllerMap) |
Enumerates all assignment conflicts between this controller map and the incoming controller map.
(Inherited from ControllerMap.) |
![]() | ElementAssignmentConflicts(ElementAssignmentConflictCheck) |
Enumerates all assignment conflicts between this controller map and the potential assignment contained in the ElementAssignmentConflictCheck.
(Inherited from ControllerMap.) |
![]() | ElementAssignmentConflicts(ActionElementMap, Boolean) |
Enumerates all assignment conflicts between the this controller map and the incoming ActionElementMap.
(Overrides ControllerMapElementAssignmentConflicts(ActionElementMap, Boolean).) |
![]() | ElementAssignmentConflicts(ControllerMap, Boolean) |
Enumerates all assignment conflicts between this controller map and the incoming controller map.
(Overrides ControllerMapElementAssignmentConflicts(ControllerMap, Boolean).) |
![]() | ElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean) |
Enumerates all assignment conflicts between this controller map and the potential assignment contained in the ElementAssignmentConflictCheck.
(Overrides ControllerMapElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean).) |
![]() | ElementMapsWithAction(Int32) |
Enumarates all ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.) |
![]() | ElementMapsWithAction(String) |
Enumarates all ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.) |
![]() | ElementMapsWithAction(Int32, Boolean) |
Enumarates all ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.) |
![]() | ElementMapsWithAction(String, Boolean) |
Enumarates all ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.) |
![]() | ElementMapsWithElementTarget(ControllerElementTarget, Boolean) |
Enumarates all ActionElementMaps that map to a specific controller element target.
(Inherited from ControllerMap.) |
![]() | ElementMapsWithElementTarget(IControllerElementTarget, Boolean) |
Enumarates all ActionElementMaps that map to a specific controller element target.
(Inherited from ControllerMap.) |
![]() | ElementMapsWithElementTarget(ControllerElementTarget, Int32, Boolean) |
Enumarates all ActionElementMaps that map to a specific controller element target and a specific Action.
(Inherited from ControllerMap.) |
![]() | ElementMapsWithElementTarget(ControllerElementTarget, String, Boolean) |
Enumarates all ActionElementMaps that map to a specific controller element target and a specific Action.
(Inherited from ControllerMap.) |
![]() | ElementMapsWithElementTarget(IControllerElementTarget, Int32, Boolean) |
Enumarates all ActionElementMaps that map to a specific controller element target and a specific Action.
(Inherited from ControllerMap.) |
![]() | ElementMapsWithElementTarget(IControllerElementTarget, String, Boolean) |
Enumarates all ActionElementMaps that map to a specific controller element target and a specific Action.
(Inherited from ControllerMap.) |
![]() | ForEachAxisMapMatch |
Invokes the action on each Axis Map that matches the conditions defined by specified predicate.
|
![]() | ForEachButtonMapMatch |
Invokes the action on each Button Map that matches the conditions defined by specified predicate.
(Inherited from ControllerMap.) |
![]() | ForEachElementAssignmentConflict(ActionElementMap, ActionActionElementMap) |
Invokes the specified action on all ActionElementMaps in this controller map that conflict with the incoming ActionElementMap.
(Inherited from ControllerMap.) |
![]() | ForEachElementAssignmentConflict(ControllerMap, ActionActionElementMap) |
Invokes the specified action on all ActionElementMaps in this controller map that conflict with the incoming controller map.
(Inherited from ControllerMap.) |
![]() | ForEachElementAssignmentConflict(ElementAssignmentConflictCheck, ActionActionElementMap) |
Invokes the specified action on all ActionElementMaps in this controller map that conflict with the potential assignment contained in the ElementAssignmentConflictCheck.
(Inherited from ControllerMap.) |
![]() | ForEachElementAssignmentConflict(ActionElementMap, ActionActionElementMap, Boolean) |
Invokes the specified action on all ActionElementMaps in this controller map that conflict with the incoming ActionElementMap.
(Inherited from ControllerMap.) |
![]() | ForEachElementAssignmentConflict(ControllerMap, ActionActionElementMap, Boolean) |
Invokes the specified action on all ActionElementMaps in this controller map that conflict with the incoming controller map.
(Inherited from ControllerMap.) |
![]() | ForEachElementAssignmentConflict(ElementAssignmentConflictCheck, ActionActionElementMap, Boolean) |
Invokes the specified action on all ActionElementMaps in this controller map that conflict with the potential assignment contained in the ElementAssignmentConflictCheck.
(Inherited from ControllerMap.) |
![]() | ForEachElementMapMatch |
Invokes the action on each Action Element Map of any type that matches the conditions defined by specified predicate.
(Inherited from ControllerMap.) |
![]() | GetAxisMap |
Gets the Axis ActionElementMap at a specific index..
|
![]() | GetAxisMapMatches |
Finds all Axis Maps that match the conditions defined by the specified predicate.
|
![]() | GetAxisMaps |
Gets all Axis ActionElementMaps in this controller map.
Warning: Calling this allocates memory.
Use AxisMaps instead.
|
![]() | GetAxisMaps(Boolean) |
Gets all Axis ActionElementMaps in this controller map.
Warning: Calling this allocates memory.
Use GetAxisMaps(Boolean, ListActionElementMap) instead.
|
![]() | GetAxisMaps(Boolean, ListActionElementMap) |
Gets all Axis ActionElementMaps in this controller map.
|
![]() | GetAxisMapsWithAction(Int32) |
Gets all Axis ActionElementMaps in this controller map that contain a specific Action.
Warning: Calling this allocates memory.
Use GetAxisMapsWithAction(Int32, ListActionElementMap) instead.
|
![]() | GetAxisMapsWithAction(String) |
Gets all Axis ActionElementMaps in this controller map that contain a specific Action.
Warning: Calling this allocates memory.
Use GetAxisMapsWithAction(String, ListActionElementMap) instead.
|
![]() | GetAxisMapsWithAction(Int32, Boolean) |
Gets all Axis ActionElementMaps in this controller map that contain a specific Action.
Warning: Calling this allocates memory.
Use GetAxisMapsWithAction(Int32, Boolean, ListActionElementMap) instead.
|
![]() | GetAxisMapsWithAction(Int32, ListActionElementMap) |
Gets all Axis ActionElementMaps in this controller map that contain a specific Action.
|
![]() | GetAxisMapsWithAction(String, Boolean) |
Gets all Axis ActionElementMaps in this controller map that contain a specific Action.
Warning: Calling this allocates memory.
Use GetAxisMapsWithAction(String, ListActionElementMap) instead.
|
![]() | GetAxisMapsWithAction(String, ListActionElementMap) |
Gets all Axis ActionElementMaps in this controller map that contain a specific Action.
|
![]() | GetAxisMapsWithAction(Int32, Boolean, ListActionElementMap) |
Gets all Axis ActionElementMaps in this controller map that contain a specific Action.
|
![]() | GetAxisMapsWithAction(String, Boolean, ListActionElementMap) |
Gets all Axis ActionElementMaps in this controller map that contain a specific Action.
|
![]() | GetAxisNames |
Gets the element identifier names in all axis maps.
Warning: Calling this allocates memory.
|
![]() | GetButtonMap |
Gets the Button ActionElementMap at a specific index..
(Inherited from ControllerMap.) |
![]() | GetButtonMapMatches |
Finds all Button Maps that match the conditions defined by the specified predicate.
(Inherited from ControllerMap.) |
![]() | GetButtonMaps |
Gets all Button ActionElementMaps in this controller map.
Warning: Calling this allocates memory.
Use ButtonMaps instead.
(Inherited from ControllerMap.) |
![]() | GetButtonMaps(Boolean) |
Gets all Button ActionElementMaps in this controller map.
Warning: Calling this allocates memory.
Use GetButtonMaps(Boolean, ListActionElementMap) instead.
(Inherited from ControllerMap.) |
![]() | GetButtonMaps(Boolean, ListActionElementMap) |
Gets all Button ActionElementMaps in this controller map.
(Inherited from ControllerMap.) |
![]() | GetButtonMapsWithAction(Int32) |
Gets all Button ActionElementMaps in this controller map that contain a specific Action.
Warning: Calling this allocates memory.
Use GetButtonMapsWithAction(Int32, ListActionElementMap) instead.
(Inherited from ControllerMap.) |
![]() | GetButtonMapsWithAction(String) |
Gets all Button ActionElementMaps in this controller map that contain a specific Action.
Warning: Calling this allocates memory.
Use GetButtonMapsWithAction(String, ListActionElementMap) instead.
(Inherited from ControllerMap.) |
![]() | GetButtonMapsWithAction(Int32, Boolean) |
Gets all Button ActionElementMaps in this controller map that contain a specific Action.
Warning: Calling this allocates memory.
Use GetButtonMapsWithAction(Int32, Boolean, ListActionElementMap) instead.
(Inherited from ControllerMap.) |
![]() | GetButtonMapsWithAction(Int32, ListActionElementMap) |
Gets all Button ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.) |
![]() | GetButtonMapsWithAction(String, Boolean) |
Gets all Button ActionElementMaps in this controller map that contain a specific Action.
Warning: Calling this allocates memory.
Use GetButtonMapsWithAction(String, Boolean, ListActionElementMap) instead.
(Inherited from ControllerMap.) |
![]() | GetButtonMapsWithAction(String, ListActionElementMap) |
Gets all Button ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.) |
![]() | GetButtonMapsWithAction(Int32, Boolean, ListActionElementMap) |
Gets all Button ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.) |
![]() | GetButtonMapsWithAction(String, Boolean, ListActionElementMap) |
Gets all Button ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.) |
![]() | GetButtonNames |
Gets the element identifier names in all button maps.
Warning: Calling this allocates memory.
(Inherited from ControllerMap.) |
![]() | GetElementMap |
Gets the ActionElementMap that matches the id.
(Overrides ControllerMapGetElementMap(Int32).) |
![]() | GetElementMapMatches |
Finds all Action Element Maps of any kind that match the conditions defined by the specified predicate.
(Inherited from ControllerMap.) |
![]() | GetElementMaps |
Gets all ActionElementMaps in this controller map.
Warning: Calling this allocates memory.
Use AllMaps instead.
(Inherited from ControllerMap.) |
![]() | GetElementMaps(Boolean) |
Gets all ActionElementMaps in this controller map.
Warning: Calling this allocates memory.
Use GetElementMaps(Boolean, ListActionElementMap) instead.
(Inherited from ControllerMap.) |
![]() | GetElementMaps(ListActionElementMap) |
Gets all ActionElementMaps in this controller map.
(Inherited from ControllerMap.) |
![]() | GetElementMaps(Boolean, ListActionElementMap) |
Gets all ActionElementMaps in this controller map.
(Inherited from ControllerMap.) |
![]() | GetElementMapsWithAction(Int32) |
Gets all ActionElementMaps in this controller map that contain a specific Action.
Warning: Calling this allocates memory.
Use GetElementMapsWithAction(Int32, ListActionElementMap) instead.
(Inherited from ControllerMap.) |
![]() | GetElementMapsWithAction(String) |
Gets all ActionElementMaps in this controller map that contain a specific Action.
Warning: Calling this allocates memory.
Use GetElementMapsWithAction(String, ListActionElementMap) instead.
(Inherited from ControllerMap.) |
![]() | GetElementMapsWithAction(Int32, Boolean) |
Gets all ActionElementMaps in this controller map that contain a specific Action.
Warning: Calling this allocates memory.
Use GetElementMapsWithAction(Int32, Boolean, ListActionElementMap) instead.
(Inherited from ControllerMap.) |
![]() | GetElementMapsWithAction(Int32, ListActionElementMap) |
Gets all ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.) |
![]() | GetElementMapsWithAction(String, Boolean) |
Gets all ActionElementMaps in this controller map that contain a specific Action.
Warning: Calling this allocates memory.
Use GetElementMapsWithAction(String, Boolean, ListActionElementMap) instead.
(Inherited from ControllerMap.) |
![]() | GetElementMapsWithAction(String, ListActionElementMap) |
Gets all ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.) |
![]() | GetElementMapsWithAction(Int32, Boolean, ListActionElementMap) |
Gets all ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.) |
![]() | GetElementMapsWithAction(String, Boolean, ListActionElementMap) |
Gets all ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.) |
![]() | GetElementMapsWithElementTarget(ControllerElementTarget, Boolean, ListActionElementMap) |
Gets all ActionElementMaps that map to a specific controller element target.
(Inherited from ControllerMap.) |
![]() | GetElementMapsWithElementTarget(IControllerElementTarget, Boolean, ListActionElementMap) |
Gets all ActionElementMaps that map to a specific controller element target.
(Inherited from ControllerMap.) |
![]() | GetElementMapsWithElementTarget(ControllerElementTarget, Int32, Boolean, ListActionElementMap) |
Gets all ActionElementMaps that map to a specific controller element target and a specific Action.
(Inherited from ControllerMap.) |
![]() | GetElementMapsWithElementTarget(ControllerElementTarget, String, Boolean, ListActionElementMap) |
Gets all ActionElementMaps that map to a specific controller element target and a specific Action.
(Inherited from ControllerMap.) |
![]() | GetElementMapsWithElementTarget(IControllerElementTarget, Int32, Boolean, ListActionElementMap) |
Gets all ActionElementMaps that map to a specific controller element target and a specific Action.
(Inherited from ControllerMap.) |
![]() | GetElementMapsWithElementTarget(IControllerElementTarget, String, Boolean, ListActionElementMap) |
Gets all ActionElementMaps that map to a specific controller element target and a specific Action.
(Inherited from ControllerMap.) |
![]() | GetFirstAxisMapMatch |
Finds the first Axis Map that matches the conditions defined by the specified predicate.
|
![]() | GetFirstAxisMapWithAction(Int32) |
Gets the first Axis ActionElementMap found in this controller that contains a specific Action.
|
![]() | GetFirstAxisMapWithAction(String) |
Gets the first Axis ActionElementMap found in this controller that contains a specific Action.
|
![]() | GetFirstAxisMapWithAction(Int32, Boolean) |
Gets the first Axis ActionElementMap found in this controller that contains a specific Action.
|
![]() | GetFirstAxisMapWithAction(String, Boolean) |
Gets the first Axis ActionElementMap found in this controller that contains a specific Action.
|
![]() | GetFirstButtonMapMatch |
Finds the first Button Map that matches the conditions defined by the specified predicate.
(Inherited from ControllerMap.) |
![]() | GetFirstButtonMapWithAction(Int32) |
Gets the first Button ActionElementMap found in this controller that contains a specific Action.
(Inherited from ControllerMap.) |
![]() | GetFirstButtonMapWithAction(String) |
Gets the first Button ActionElementMap found in this controller that contains a specific Action.
(Inherited from ControllerMap.) |
![]() | GetFirstButtonMapWithAction(Int32, Boolean) |
Gets the first Button ActionElementMap found in this controller that contains a specific Action.
(Inherited from ControllerMap.) |
![]() | GetFirstButtonMapWithAction(String, Boolean) |
Gets the first Button ActionElementMap found in this controller that contains a specific Action.
(Inherited from ControllerMap.) |
![]() | GetFirstElementMapMatch |
Finds the first Action Element Map of any kind that matches the conditions defined by the specified predicate.
(Inherited from ControllerMap.) |
![]() | GetFirstElementMapWithAction(String) |
Gets the first ActionElementMap found in this controller that contains a specific Action.
(Inherited from ControllerMap.) |
![]() | GetFirstElementMapWithAction(Int32) |
Gets the first ActionElementMap found in this controller that contains a specific Action.
(Overrides ControllerMapGetFirstElementMapWithAction(Int32).) |
![]() | GetFirstElementMapWithAction(String, Boolean) |
Gets the first ActionElementMap found in this controller that contains a specific Action.
(Inherited from ControllerMap.) |
![]() | GetFirstElementMapWithAction(Int32, Boolean) |
Gets the first ActionElementMap found in this controller that contains a specific Action.
(Overrides ControllerMapGetFirstElementMapWithAction(Int32, Boolean).) |
![]() | GetFirstElementMapWithElementTarget(ControllerElementTarget, Boolean) |
Gets the first ActionElementMap found that maps to a specific controller element target.
(Inherited from ControllerMap.) |
![]() | GetFirstElementMapWithElementTarget(IControllerElementTarget, Boolean) |
Gets the first ActionElementMap found that maps to a specific controller element target.
(Inherited from ControllerMap.) |
![]() | GetFirstElementMapWithElementTarget(ControllerElementTarget, Int32, Boolean) |
Gets the first ActionElementMap found that maps to a specific controller element target and a specific Action.
(Inherited from ControllerMap.) |
![]() | GetFirstElementMapWithElementTarget(ControllerElementTarget, String, Boolean) |
Gets the first ActionElementMap found that maps to a specific controller element target and a specific Action.
(Inherited from ControllerMap.) |
![]() | GetFirstElementMapWithElementTarget(IControllerElementTarget, Int32, Boolean) |
Gets the first ActionElementMap found that maps to a specific controller element target and a specific Action.
(Inherited from ControllerMap.) |
![]() | GetFirstElementMapWithElementTarget(IControllerElementTarget, String, Boolean) |
Gets the first ActionElementMap found that maps to a specific controller element target and a specific Action.
(Inherited from ControllerMap.) |
![]() | RemoveElementAssignmentConflicts(ActionElementMap) |
Deletes any ActionElementMaps in this controller map that conflict with the incoming ActionElementMap.
(Inherited from ControllerMap.) |
![]() | RemoveElementAssignmentConflicts(ControllerMap) |
Deletes any ActionElementMaps in this controller map that conflict with the incoming controller map.
(Inherited from ControllerMap.) |
![]() | RemoveElementAssignmentConflicts(ElementAssignmentConflictCheck) |
Deletes any ActionElementMaps in this controller map that conflict with the potential assignment contained in the ElementAssignmentConflictCheck.
(Inherited from ControllerMap.) |
![]() | RemoveElementAssignmentConflicts(ActionElementMap, Boolean) |
Deletes any ActionElementMaps in this controller map that conflict with the incoming ActionElementMap.
(Overrides ControllerMapRemoveElementAssignmentConflicts(ActionElementMap, Boolean).) |
![]() | RemoveElementAssignmentConflicts(ControllerMap, Boolean) |
Deletes any ActionElementMaps in this controller map that conflict with the incoming controller map.
(Overrides ControllerMapRemoveElementAssignmentConflicts(ControllerMap, Boolean).) |
![]() | RemoveElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean) |
Deletes any ActionElementMaps in this controller map that conflict with the potential assignment contained in the ElementAssignmentConflictCheck.
(Overrides ControllerMapRemoveElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean).) |
![]() | ReplaceElementMap(ElementAssignment) |
Replaces an existing ActionElementMap with a new assignment.
ElementAssignment.elementMapId must be set to the ActionElementMap.id of the assignment to replace if replacing.
If no matching ActionElementMap is found, it will return false.
(Inherited from ControllerMap.) |
![]() | ReplaceElementMap(ElementAssignment, ActionElementMap) |
Replaces an existing ActionElementMap with a new assignment.
ElementAssignment.elementMapId must be set to the ActionElementMap.id of the assignment to replace if replacing.
If no matching ActionElementMap is found, it will return false.
(Inherited from ControllerMap.) |
![]() | ReplaceElementMap(Int32, Int32, Pole, KeyCode, ModifierKeyFlags) |
Replaces an ActionElementMap in this controller map with a new keyboard key assignment.
If the ActionElementMap is not found in this controller map, a new ActionElementMap will not be created.
(Inherited from ControllerMap.) |
![]() | ReplaceElementMap(Int32, Int32, Pole, KeyCode, ModifierKeyFlags, ActionElementMap) |
Replaces an ActionElementMap in this controller map with a new keyboard key assignment.
If the ActionElementMap is not found in this controller map, a new ActionElementMap will not be created.
(Inherited from ControllerMap.) |
![]() | ReplaceElementMap(Int32, Int32, Pole, Int32, ControllerElementType, AxisRange, Boolean) |
Replaces an ActionElementMap in this controller map with a new button or axis assignment.
If the ActionElementMap is not found in this controller map, a new ActionElementMap will not be created.
(Inherited from ControllerMap.) |
![]() | ReplaceElementMap(Int32, Int32, Pole, KeyCode, ModifierKey, ModifierKey, ModifierKey) |
Replaces an ActionElementMap in this controller map with a new keyboard key assignment.
If the ActionElementMap is not found in this controller map, a new ActionElementMap will not be created.
(Inherited from ControllerMap.) |
![]() | ReplaceElementMap(Int32, Int32, Pole, KeyCode, ModifierKey, ModifierKey, ModifierKey, ActionElementMap) |
Replaces an ActionElementMap in this controller map with a new keyboard key assignment.
If the ActionElementMap is not found in this controller map, a new ActionElementMap will not be created.
(Inherited from ControllerMap.) |
![]() | ReplaceElementMap(Int32, Int32, Pole, Int32, ControllerElementType, AxisRange, Boolean, ActionElementMap) |
Replaces an ActionElementMap in this controller map with a new button or axis assignment.
If the ActionElementMap is not found in this controller map, a new ActionElementMap will not be created.
(Overrides ControllerMapReplaceElementMap(Int32, Int32, Pole, Int32, ControllerElementType, AxisRange, Boolean, ActionElementMap).) |
![]() | ReplaceOrCreateElementMap(ElementAssignment) |
Replaces an existing ActionElementMap with a new assignment.
ElementAssignment.elementMapId must be set to the ActionElementMap.id of the assignment to replace if replacing.
If no ActionElementMap is found matching that id, a new ActionElementMap will be created instead.
(Inherited from ControllerMap.) |
![]() | ReplaceOrCreateElementMap(ElementAssignment, ActionElementMap) |
Replaces an existing ActionElementMap with a new assignment.
ElementAssignment.elementMapId must be set to the ActionElementMap.id of the assignment to replace if replacing.
If no ActionElementMap is found matching that id, a new ActionElementMap will be created instead.
(Inherited from ControllerMap.) |
![]() | SetAllAxisMapsEnabled |
Sets the enabled state on all Axis Maps.
|
![]() | SetAllButtonMapsEnabled |
Sets the enabled state on all Button Maps.
(Inherited from ControllerMap.) |
![]() | SetAllElementMapsEnabled |
Sets the enabled state on all Action Element Maps.
(Inherited from ControllerMap.) |
![]() | ToControllerTemplateMap(Guid) |
Converts the Controller Map to a Controller Template Map.
(Inherited from ControllerMap.) |
![]() | ToControllerTemplateMap(Type) |
Converts the Controller Map to a Controller Template Map.
(Inherited from ControllerMap.) |
![]() | ToControllerTemplateMapT |
Converts the Controller Map to a Controller Template Map.
(Inherited from ControllerMap.) |
![]() | ToJsonString |
Exports the map to a JSON string.
(Inherited from ControllerMap.) |
![]() | ToXmlString |
Exports the map to an XML string.
(Inherited from ControllerMap.) |