LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

ScriptPlayableOutput

struct in UnityEngine.Playables


Implements interfaces:IPlayableOutput

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 Properties

NullReturns an invalid ScriptPlayableOutput.

Static Methods

CreateCreates a new ScriptPlayableOutput in the associated PlayableGraph.