Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsDone()

Indicates that a graph has completed its operations.
Read time 1 minuteLast updated 7 days ago

Definition

public bool IsDone()

Returns

Type

Description

boolA boolean indicating if the graph is done playing or not.

Remarks

Returns true if a graph has PlayableOutputs, and the source playable on all of its outputs have completed their operations.