PlayableAsset

class in UnityEngine.Playables


Implements interfaces:IPlayableAsset

Switch to Manual

Description

A base class for assets that can be used to instantiate a Playable at runtime.

Variables

durationThe playback duration in seconds of the instantiated Playable.
outputsA description of the outputs of the instantiated Playable.

Public Functions

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