IPlayableAsset
interface in UnityEngine.Playables
Description 描述
Interface that permits a class to inject playables into a graph.
Properties 属性
| duration | Duration in seconds. | ||
| outputs | A description of the PlayableOutputs generated by this asset. |
Public Methods 公共方法
| CreatePlayable | Implement this method to have your asset inject playables into the given graph. |