Click or drag to resize

ControllerTemplateActionButtonMap Class

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

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

The ControllerTemplateActionButtonMap type exposes the following members.

Properties
 NameDescription
Public propertyactionId The id of the Action to which the element is bound.
(Inherited from ControllerTemplateActionElementMap)
Public propertyaxisContribution The contribution to the Action's final value when queried as an axis.
Public propertyelementIdentifierId Gets the element type of the Controller Template element bound to the Action.
(Inherited from ControllerTemplateActionElementMap)
Public propertyelementType The Controller Template Element type.
(Inherited from ControllerTemplateActionElementMap)
Public propertyenabled Is the map enabled? Disabled maps will never return input.
(Inherited from ControllerTemplateActionElementMap)
Public propertyid Gets the unique runtime id of this ControllerTemplateActionElementMap. This value is not consistent between game sessions, so do not store it.
(Inherited from ControllerTemplateActionElementMap)
Top
See Also