RemoveLayer(int)
Utility function to remove a layer from the controller.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Animations
- Assembly: UnityEditor.CoreModule
public void RemoveLayer(int index)
Parameters
The index of the AnimatorLayer.
Remarks
This function pushes an Undo operation.