Unity Comment vérifier l'index de l'énumération

int index = Array.IndexOf(Enum.GetValues(typeof(AnimatorControllerParameterType)), AnimatorControllerParameterType.Bool);
Sore Sloth