Class RTCAsyncOperation | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class RTCAsyncOperation

    Inheritance
    System.Object
    RTCAsyncOperation
    Namespace: Unity.WebRTC
    Syntax
    public class RTCAsyncOperation : CustomYieldInstruction

    Properties

    error

    Declaration
    public RTCError error { get; }
    Property Value
    Type Description
    RTCError

    isDone

    Declaration
    public bool isDone { get; }
    Property Value
    Type Description
    System.Boolean

    isError

    Declaration
    public bool isError { get; }
    Property Value
    Type Description
    System.Boolean

    keepWaiting

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

    Methods

    Done()

    Declaration
    public void Done()
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX