Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreatePlayable(PlayableGraph, GameObject)

Implement this method to have your asset inject playables into the given graph.
Read time 1 minuteLast updated 6 days ago

Definition

public abstract Playable CreatePlayable(PlayableGraph graph, GameObject owner)

Parameters

The graph to inject playables into.

The game object which initiated the build.

Returns

Type

Description

PlayableThe playable injected into the graph, or the root playable if multiple playables are injected.