Enum MotionStabilizationMode
Enum representing the stabilization mode for the anchor.
Namespace: UnityEngine.XR.Interaction.Toolkit.Attachment
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum MotionStabilizationMode
Fields
| Name | Description |
|---|---|
| Always | Stabilization is always applied regardless of position offset. |
| Never | Indicates that stabilization should never be applied. |
| WithPositionOffset | Stabilization is applied only when there is a position offset. |