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
Syntax
public enum EaseState
Fields
Name | Description | Value |
---|---|---|
NotEasing | Display the normal state with no vignette effect (e.g., when the user is idling). |
0 |
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). |
1 |
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. |
2 |
EasingOutDelay | Delay the start of ease-out transition. |
3 |
EasingOut | Display the ease-out transition from the tunneled field of view to the normal state, (e.g., when the user completed moving). |
4 |