Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IPlayableAsset

Interface that permits a class to inject playables into a graph.
Read time 1 minuteLast updated 9 days ago

Definition

public interface IPlayableAsset

Properties

Property

Description

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

Methods

Method

Description

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