AnimationPlayableOutput

struct in UnityEngine.Animations


实现接口:IPlayableOutput

切换到手册

描述

IPlayableOutput 实现,用于将 PlayableGraph 连接到场景中的 Animator

注意:您可以使用 AnimationPlayableOutput 对象上的 PlayableOutputExtensions 方法。

公共函数

GetTarget返回播放动画图的 Animator。
SetTarget设置播放动画图的 Animator。

静态函数

Create在 PlayableGraph 中创建 AnimationPlayableOutput。