Property scheduleProgress
scheduleProgress
Returns the proportion of the model scheduled for execution since the last call to StartManualSchedule.
Returns 0.0 after you call StartManualSchedule. Returns 1.0 when the model is fully scheduled.
The value increases each time you iterate on the IEnumerator that StartManualSchedule returns.
Declaration
public virtual float scheduleProgress { get; }
Property Value
| Type | Description |
|---|---|
| float |