版本:Unity 6 (6000.0)
语言Chinese
  • C#

AnimationPlayableOutput.Create

建议更改

成功!

感谢帮助我们改进 Unity 文档质量。尽管我们不能接受所有提交,但我们确实会阅读用户的每条建议更改,并在必要时进行更新。

关闭

提交失败

因为某些原因,无法提交你的建议更改。请在几分钟后 <a>重试</a>。感谢你抽出时间帮助我们提升 Unity 文档的质量。

关闭

取消

声明

public static Animations.AnimationPlayableOutput Create(Playables.PlayableGraph graph, string name, Animator target);

参数

graph 将包含 AnimationPlayableOutputPlayableGraph
name 输出的名称。
target 将处理 PlayableGraphAnimator

返回

AnimationPlayableOutput 附加到 PlayableGraph 上的一个新 AnimationPlayableOutput

描述

PlayableGraph 中创建 AnimationPlayableOutput

Animator 会播放 AnimationPlayableOutput 的源 Playable。该源 Playable 可通过 SetSourcePlayable 来设置。