Version: 2018.2

ScriptPlayableOutput

struct in UnityEngine.Playables


Implements interfaces:IPlayableOutput

Switch to Manual

Description

A IPlayableOutput implementation that contains a script output for the a PlayableGraph.

A branch of a PlayableGraph must be connected to an output to be evaluated.

NOTE: You can use PlayableOutputExtensions methods with ScriptPlayableOutput objects.

Static Variables

NullReturns an invalid ScriptPlayableOutput.

Static Functions

CreateCreates a new ScriptPlayableOutput in the associated PlayableGraph.