Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IProgress

Provides methods to create and manage an object which can represent progress of the project analysis process.
Read time 1 minuteLast updated 11 days ago

Definition

public interface IProgress

Properties

Property

Description

IsCancelledChecks if the progress operation has been cancelled.

Methods

Method

Description

AdvanceAdvances the progress object by one step.
AdvanceRootAdvances the root progress object by one step.
CancelCancels the progress object.
ClearClear and hide the progress object.
ClearRootClear and hide the root progress object.
StartInitializes the progress object.
StartRootInitializes the root progress object.