Answers for "unity how to check serialized enum"

C#
0

unity how to check serialized 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