IPlayableAsset
Interface that permits a class to inject playables into a graph.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
public interface IPlayableAsset
Properties
Property | Description |
|---|---|
| duration | Duration in seconds. |
| outputs | A description of the PlayableOutputs generated by this asset. |
Methods
Method | Description |
|---|---|
| CreatePlayable | Implement this method to have your asset inject playables into the given graph. |