Answers for "unity how to check index of enum"

C#
0

unity how to check index of enum

int index = Array.IndexOf(Enum.GetValues(typeof(AnimatorControllerParameterType)), AnimatorControllerParameterType.Bool);
Posted by: Guest on January-09-2021

C# Answers by Framework

Browse Popular Code Answers by Language