Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AnimatorController.RemoveLayer

Declaration

public void RemoveLayer(int index);

Parameters

index The index of the AnimatorLayer.

Description

Utility function to remove a layer from the controller.

This function pushes an Undo operation.