docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum XRInteractionUpdateOrder.UpdatePhase

    The phase in which updates happen.

    Namespace: UnityEngine.XR.Interaction.Toolkit
    Assembly: Unity.XR.Interaction.Toolkit.dll
    Syntax
    public enum XRInteractionUpdateOrder.UpdatePhase

    Fields

    Name Description
    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.

    See Also
    ProcessInteractor(UpdatePhase)
    ProcessInteractable(UpdatePhase)
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)