PlayableAsset

class in UnityEngine.Playables


Implementa interfaces:IPlayableAsset

Cambiar al Manual

Descripción

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.

Funciones Públicas

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