개발이슈, 버그모음/Unity
C# - enum길이 구하기
유잉유잉유잉
2025. 1. 7. 09:51
728x90
System.Enum.GetValues( typeof( 원하는enum )).Length;
참고한 링크
728x90