AnimatorController.CreateAnimatorControllerAtPath

Cambiar al Manual
public static Animations.AnimatorController CreateAnimatorControllerAtPath (string path);

Parámetros

pathThe path where the AnimatorController asset will be created.

Valor de retorno

AnimatorController The created AnimationController or null if an error occured.

Descripción

Creates an AnimatorController at the given path.

An example showing usage of this API can be found at the AnimatorController page.