Class AsyncOperation
Inheritance
AsyncOperation
Assembly: UnityEngine.dll
Syntax
public class AsyncOperation : YieldInstruction
Properties
allowSceneActivation
Declaration
public bool allowSceneActivation { get; set; }
Property Value
isDone
Declaration
public bool isDone { get; }
Property Value
priority
Declaration
public int priority { get; set; }
Property Value
progress
Declaration
public float progress { get; }
Property Value
Methods
|
Improve this Doc
View Source
Finalize()
Declaration
protected void Finalize()
Events
|
Improve this Doc
View Source
completed
Declaration
public event Action<AsyncOperation> completed
Event Type
Extension Methods