Click or drag to resize

ControllerTemplateActionAxisMap Class

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

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

The ControllerTemplateActionAxisMap 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 
Public propertyaxisRange 
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)
Public propertyinvert 
Top
See Also