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

    Show / Hide Table of Contents

    Class WaitForUpdate

    This can be used as a way to return to the main unity thread when using multiple threads with async methods.

    Inheritance
    Object
    WaitForUpdate
    Implements
    CustomYieldInstruction
    Namespace: Microsoft.MixedReality.Toolkit.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    public class WaitForUpdate : CustomYieldInstruction, CustomYieldInstruction

    Properties

    keepWaiting

    Declaration
    public override bool keepWaiting { get; }
    Property Value
    Type Description
    Boolean

    keepWaiting

    Declaration
    public override bool keepWaiting { get; }
    Property Value
    Type Description
    Boolean

    Implements

    CustomYieldInstruction
    In This Article
    • Properties
      • keepWaiting
      • keepWaiting
    • Implements
    Back to top Generated by DocFX