docs.unity3d.com
    目次を表示する/隠す

    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.

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)