Create(PlayableGraph, string)
Creates a new ScriptPlayableOutput in the associated PlayableGraph.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
public static ScriptPlayableOutput Create(PlayableGraph graph, string name)
Parameters
Returns
Type | Description |
|---|---|
| ScriptPlayableOutput | The created ScriptPlayableOutput. |