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

    Fields

    Name Description Value
    Dynamic

    Called every frame. Corresponds with the MonoBehaviour.Update method.

    Fixed

    Frame-rate independent. Corresponds with the MonoBehaviour.FixedUpdate method.

    Late

    Called at the end of every frame. Corresponds with the MonoBehaviour.LateUpdate method.

    OnBeforeRender

    Called just before render. Corresponds with the UnityEngine.Application.onBeforeRender callback.

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