Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ScriptPlayableOutput

A IPlayableOutput implementation that contains a script output for the a PlayableGraph.
Read time 1 minuteLast updated 6 days ago

Definition

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

NullReturns an invalid ScriptPlayableOutput.

Static Methods

Method

Description

CreateCreates a new ScriptPlayableOutput in the associated PlayableGraph.