docs.unity.cn
    Show / Hide Table of Contents

    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
    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).

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use