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.

IPlayableAsset

interface in UnityEngine.Playables

Description

Interface that permits a class to inject playables into a graph.

Properties

durationDuration in seconds.
outputsA description of the PlayableOutputs generated by this asset.

Public Methods

CreatePlayableImplement this method to have your asset inject playables into the given graph.