ScriptPlayableOutput
A IPlayableOutput implementation that contains a script output for the a PlayableGraph.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
- Implements: IPlayableOutput
public struct ScriptPlayableOutput : IPlayableOutput
Remarks
A branch of a PlayableGraph must be connected to an output to be evaluated.
NOTE: You can use PlayableOutputExtensions methods with ScriptPlayableOutput objects.
Static Properties
Property | Description |
|---|---|
| Null | Returns an invalid ScriptPlayableOutput. |
Static Methods
Method | Description |
|---|---|
| Create | Creates a new ScriptPlayableOutput in the associated PlayableGraph. |