mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0
  • 指南
  • API 文档
  • API 文档

    Show / Hide Table of Contents

    Enum ArUpdateType

    Enumeration defining when, during frame processing, the tracked pose will be sampled.

    Namespace: Microsoft.MixedReality.Toolkit.Experimental.UnityAR
    Assembly: cs.temp.dll.dll
    Syntax
    public enum ArUpdateType

    Fields

    Name Description
    BeforeRender

    Sampling occurs just before rendering.

    Update

    Sampling occurs during update.

    UpdateAndBeforeRender

    Sampling occurs during update and just before rendering. This is the recommended value for smooth tracking.

    In This Article
    • Fields
    Back to top Generated by DocFX