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

Parameters

nameThe name of the Layer.
layerThe layer to add.

Description

Utility function to add a layer to the controller.

This function pushes an Undo operation.