Class XROriginMovement
Transformation that translates the target's originTransform by the specified amount.
Implements
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit.Locomotion
Assembly: solution.dll
Syntax
public class XROriginMovement : IXRBodyTransformation
Properties
| Name | Description |
|---|---|
| forceUnconstrained | Whether to ignore constrainedManipulator even if it is set. Defaults to false to use the movement constraints if configured to. |
| motion | Amount of translation to apply to the originTransform. |
Methods
| Name | Description |
|---|---|
| Apply(XRMovableBody) | Performs the transformation on the given body. |