GetOutputCountByType<T>()
Get the number of PlayableOutput of the requested type in the graph.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
public int GetOutputCountByType<T>() where T : struct, IPlayableOutput
Returns
Type | Description |
|---|---|
| int | The number of PlayableOutput of the same type |