Click or drag to resize

ControllerTemplateActionElementMap Class

Maps an Action to a Controller Template element.
Inheritance Hierarchy
SystemObject
  RewiredControllerTemplateActionElementMap
    RewiredControllerTemplateActionAxisMap
    RewiredControllerTemplateActionButtonMap

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public abstract class ControllerTemplateActionElementMap

The ControllerTemplateActionElementMap type exposes the following members.

Properties
  NameDescription
Public propertyactionId
The id of the Action to which the element is bound.
Public propertyelementIdentifierId
Gets the element type of the Controller Template element bound to the Action.
Public propertyelementType
The Controller Template Element type.
Public propertyenabled
Is the map enabled? Disabled maps will never return input.
Public propertyid
Gets the unique runtime id of this ControllerTemplateActionElementMap. This value is not consistent between game sessions, so do not store it.
Top
See Also