docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum XRBaseController.UpdateType

    The time within the frame that controller pose will be sampled.

    Namespace: UnityEngine.XR.Interaction.Toolkit
    Assembly: Unity.XR.Interaction.Toolkit.dll
    Syntax
    public enum XRBaseController.UpdateType

    Fields

    Name Description
    BeforeRender

    Only sample input directly before rendering.

    Fixed

    Sample input corresponding to FixedUpdate().

    Update

    Only sample input during the update phase of the frame.

    UpdateAndBeforeRender

    Sample input at both update and directly before rendering. For smooth controller pose tracking, we recommend using this value as it will provide the lowest input latency for the device. This is the default value for the UpdateType option.

    See Also
    updateTrackingType
    In This Article
    Back to top
    Copyright © 2024 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)