IsDone()
Indicates that a graph has completed its operations.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
public bool IsDone()
Returns
Type | Description |
|---|---|
| bool | A 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.