This version of Unity is unsupported.

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.