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

AnimatorController.RemoveParameter

Declaration

public void RemoveParameter(int index);

Parameters

index The index of the AnimatorParameter.

Description

Utility function to remove a parameter from the controller.

This function pushes an Undo operation.