Namespace UnityEngine.XR.Interaction.Toolkit.Inputs.Interactions
Classes
SectorInteraction
Interaction that performs the action if the user pushes the control into a slice of a circle along cardinal directions, with a deadzone center magnitude. Typically used to define actions for North, South, East, or West for a thumbstick.
Enums
SectorInteraction.Directions
Sets which cardinal directions to use when determining valid directions to perform the action.
SectorInteraction.SweepBehavior
Sets which strategy to use when sweeping the stick around the cardinal directions without returning to center for whether the action should perform or cancel.