public void AddLayer (string name);
public void AddLayer (Animations.AnimatorControllerLayer layer);

Parámetros

nameThe name of the Layer.
layerThe layer to add.

Descripción

Utility function to add a layer to the controller.

This function pushes an Undo operation.