docs.unity.cn
    Show / Hide Table of Contents

    Enum XRInteractionUpdateOrder.UpdatePhase

    The phase in which updates happen.

    Namespace: UnityEngine.XR.Interaction.Toolkit
    Syntax
    public enum UpdatePhase : int

    Fields

    Name Description Value
    Fixed

    Frame-rate independent.

    0
    Dynamic

    Called every frame.

    1
    Late

    Called at the end of every frame.

    2
    OnBeforeRender

    Called just before render.

    3
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Wednesday, October 27, 2021