GetOutput(int)
Get PlayableOutput at the given index in the graph.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
public PlayableOutput GetOutput(int index)
Parameters
The output index.
Returns
Type | Description |
|---|---|
| PlayableOutput | The PlayableOutput at this given index, otherwise null. |