Enum EaseState
Options for displaying easing transitions of the tunneling vignette effect to reduce potential distractions from instantaneously changing the user's field of view.
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum EaseState
Fields
Name | Description |
---|---|
EasingIn | Display the ease-in transition from the normal state to the tunneled field of view, (e.g., when the user started or is continuously moving). |
EasingInHoldBeforeEasingOut | Continue displaying the ease-in transition after an ease-out transition is triggered and switch to the ease-out transition state after the ease-in transition is complete. |
EasingOut | Display the ease-out transition from the tunneled field of view to the normal state, (e.g., when the user completed moving). |
EasingOutDelay | Delay the start of ease-out transition. |
NotEasing | Display the normal state with no vignette effect (e.g., when the user is idling). |