IPlayableAsset

interface in UnityEngine.Playables

Description 描述

Interface that permits a class to inject playables into a graph.

Properties 属性

durationDuration in seconds.
outputsA description of the PlayableOutputs generated by this asset.

Public Methods 公共方法

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