docs.unity.cn
    Show / Hide Table of Contents

    Enum XRHandSubsystem.UpdateType

    The timing of a hand update during a frame.

    Namespace: UnityEngine.XR.Hands
    Syntax
    public enum UpdateType

    Fields

    Name Description Value
    Dynamic

    Corresponds to timing similar or close to MonoBehaviour.Update.


    0
    BeforeRender

    Corresponds to timing similar or close to UnityEngine.Application.onBeforeRender.


    1
    See Also
    updatedHands
    TryUpdateHands(XRHandSubsystem.UpdateType)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, June 1, 2023