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

Parameters

name The name of the Layer.
layer The layer to add.

Description

Utility function to add a layer to the controller.

This function pushes an Undo operation.