Namespace UnityEngine.InputSystem.Composites
Classes
AxisComposite
A single axis value computed from a "negative" and a "positive" button.
ButtonWithOneModifier
A button with an additional modifier. The button only triggers when the modifier is pressed.
ButtonWithTwoModifiers
A button with two additional modifiers. The button only triggers when both modifiers are pressed.
Vector2Composite
A 2D planar motion vector computed from an up+down button pair and a left+right button pair.
Enums
AxisComposite.WhichSideWins
What happens to the value of an AxisComposite if both positive and negative are actuated at the same time.
Vector2Composite.Mode
Determines how a Vector2 is synthesized from part controls.