Click or drag to resize

ActionElementMapaxisContribution Property

The contribution to the Action's final value when queried as an axis. Describes how the binding contributes value to the Action when that Action is queried as an Axis. (Player.GetAxis()). Axis Contribution describes the Action, not the element. Axis Contribution is used to determine how button elements and split-axis element (one pole of an axis element) bindings contribute value to the Action's value when queried as an axis. Axis Contribution is not used when the Action is bound to a full-axis element. Instead invert is used to determine how the full-axis binding contributes value to the Action when queried as an axis.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Pole axisContribution { get; set; }

Property Value

Type: Pole
See Also