Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AnimatorController.AddLayer

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.