public void AddParameter (string name, AnimatorControllerParameterType type);
public void AddParameter (AnimatorControllerParameter paramater);

파라미터

nameThe name of the parameter.
typeThe type of the parameter.
paramaterThe parameter to add.

설명

Utility function to add a parameter to the controller.

An example showing usage of this API can be found at the AnimatorController page.