docs.unity.cn
    Show / Hide Table of Contents

    Enum TrackedPoseDriver.UpdateType

    The update type being used by the tracked pose driver

    Namespace: UnityEngine.SpatialTracking
    Syntax
    public enum UpdateType

    Fields

    Name Description Value
    BeforeRender

    Only sample input directly before rendering

    Update

    Only sample input during the update phase of the frame.

    UpdateAndBeforeRender

    Sample input at both update, and directly before rendering. For smooth head 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

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