[SnowDog]/개발
[Unity] C# enum to string
그르릉푸딩
2014. 3. 5. 17:18
Enum to String
using System;
(Enum형식)Enum.Parse(typeof(Enum형식), 문자열);