AnimationClipPlayable.Create
public static Animations.AnimationClipPlayable Create(Playables.PlayableGraph graph,
AnimationClip clip);
Parameters
| graph | The PlayableGraph object that will own the AnimationClipPlayable. | |
| clip | The AnimationClip that will be added in the PlayableGraph. |
Returns
AnimationClipPlayable A AnimationClipPlayable linked to the PlayableGraph.
Description 描述
Creates an AnimationClipPlayable in the PlayableGraph.