Version: 2022.3
언어: 한국어
public void ResetTrigger (string name);
public void ResetTrigger (int id);

파라미터

name The parameter name.
id The parameter ID.

설명

Resets the value of the given trigger parameter.

Use this to reset a Trigger parameter in an Animator Controller that could still be active. Make sure to create a parameter in the Animator Controller with the same name. See Animator.SetTrigger for more information about how to set a Trigger.