This version of Unity is unsupported.

AnimatorController.AddLayer

Declaration

public void AddLayer(string name);

Declaration

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.