Namespace UnityEngine.XR.Interaction.Toolkit.Inputs.Composites
Classes
FallbackComposite<TValue>
Base class for a composite that returns a single value computed from an ordered list of bindings.
QuaternionFallbackComposite
A single Quaternion value, such as a rotation, computed from an ordered list of bindings. Unity reads from the first binding that has a valid control.
Vector3FallbackComposite
A single Vector3 value, such as a position, computed from an ordered list of bindings. Unity reads from the first binding that has a valid control.