Class AsyncOperationBase
Inheritance
AsyncOperationBase
Inherited Members
UnityEngine.CustomYieldInstruction.MoveNext()
UnityEngine.CustomYieldInstruction.Reset()
UnityEngine.CustomYieldInstruction.Current
Syntax
public class AsyncOperationBase : CustomYieldInstruction, IEnumerator
Properties
Error
Declaration
public RTCError Error { get; }
Property Value
IsDone
Declaration
public bool IsDone { get; }
Property Value
IsError
Declaration
public bool IsError { get; }
Property Value
keepWaiting
Declaration
public override bool keepWaiting { get; }
Property Value
Overrides