AnimatorController.CreateAnimatorControllerAtPath

Switch to Manual
public static Animations.AnimatorController CreateAnimatorControllerAtPath (string path);

Parameters

path将在其中创建 AnimatorController 资源的路径。

Returns

AnimatorController 创建的 AnimationController 或 null(如果发生错误)。

Description

在给定路径处创建一个 AnimatorController。

AnimatorController 页面上可以找到显示此 API 用法的示例。