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

ScriptPlayableOutput.Create

建议更改

成功!

感谢您帮助我们改进 Unity 文档质量。虽然我们不能接受所有提交,但是我们会阅读用户提供的每个建议,并在适用时进行更新。

关闭

提交失败

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

关闭

取消

声明

public static Playables.ScriptPlayableOutput Create(Playables.PlayableGraph graph, string name);

参数

graph 将包含 ScriptPlayableOutput 的 PlayableGraph
name 此 ScriptPlayableOutput 的名称。

返回

ScriptPlayableOutput 创建的 ScriptPlayableOutput。

说明

在关联的 PlayableGraph 中创建新的 ScriptPlayableOutput。