Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Create(PlayableGraph, string)

Creates a new ScriptPlayableOutput in the associated PlayableGraph.
Read time 1 minuteLast updated 6 days ago

Definition

public static ScriptPlayableOutput Create(PlayableGraph graph, string name)

Parameters

The PlayableGraph that will contain the ScriptPlayableOutput.

name

The name of this ScriptPlayableOutput.

Returns

Type

Description

ScriptPlayableOutputThe created ScriptPlayableOutput.