Namespace UnityEngine.XR.Interaction.Toolkit.Transformers
Classes
ARTransformer
Grab transformer which supports translation, rotation and scaling while respecting the AR environment. This transformer constrains the interactable to the ARPlane during translation.
DropEventArgs
Event data associated with the event when an XRGrab
XRBaseGrabTransformer
Abstract base class from which all grab transformer behaviors derive.
Instances of this class can be assigned to an XRGrab
XRDualGrabFreeTransformer
Grab transformer which supports moving and rotating unconstrained with multiple Interactors. Maintains the offset from the attachment points used for each Interactor and points in the direction made by each grab.
XRGeneralGrabTransformer
Grab transformer which supports moving and rotating unconstrained with one or two interactors. Also allows clamped or unclamped scaling when using two interactors. Allows axis constraints on translation. This is the default grab transformer.
XRSingleGrabFreeTransformer
Grab transformer which supports moving and rotating unconstrained with a single Interactor. Maintains the offset from the attachment point used for that Interactor.
XRSocketGrabTransformer
Transformer used when an interactable is snapped to a socket. Applies both when select is active and when hover socket snapping is active.
Interfaces
IXRDropTransformer
An interface that allows the target position, rotation, and scale of an XRGrab
IXRGrabTransformer
An interface that allows the target position, rotation, and scale of an XRGrab
Enums
ARTransformer.PlaneTranslationMode
Represents the alignment of a plane where translation is allowed.
XRBaseGrabTransformer.RegistrationMode
Options for the register mode of the grab transformer.
XRDualGrabFreeTransformer.PoseContributor
Describes which combination of interactors influences a pose.
XRGeneralGrabTransformer.ConstrainedAxisDisplacementMode
Constrained Axis Displacement Mode
XRGeneralGrabTransformer.ManipulationAxes
Axis constraint enum.
XRGeneralGrabTransformer.TwoHandedRotationMode
Two handed rotation mode.