Interface that permits a class to inject playables into a graph.
| Property | Description | 
|---|---|
| duration | Duration in seconds. | 
| outputs | A description of the PlayableOutputs generated by this asset. | 
| Method | Description | 
|---|---|
| CreatePlayable | Implement this method to have your asset inject playables into the given graph. |