Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RemoveParameter

Utility function to remove a parameter from the controller.
Read time 1 minuteLast updated 6 days ago

Definition

RemoveParameter(int)

Utility function to remove a parameter from the controller.
public void RemoveParameter(int index)

Parameters

index

The index of the AnimatorParameter.

Remarks

This function pushes an Undo operation.

RemoveParameter(AnimatorControllerParameter)

Utility function to remove a parameter from the controller.
public void RemoveParameter(AnimatorControllerParameter parameter)

Parameters

Remarks

This function pushes an Undo operation.