A base class for assets that can be used to instantiate a Playable at runtime.
duration | The playback duration in seconds of the instantiated Playable. |
outputs | A description of the outputs of the instantiated Playable. |
CreatePlayable | Implement this method to have your asset inject playables into the given graph. |