GetOutputByType<T>(int)
Get PlayableOutput of the requested type at the given index in the graph.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
public PlayableOutput GetOutputByType<T>(int index) where T : struct, IPlayableOutput
Parameters
The output index.
Returns
Type | Description |
|---|---|
| PlayableOutput | The PlayableOutput at the given index among all the PlayableOutput of the same type |