public class Anim : MonoBehaviour { public AnimType animType; private void Start() { animType = (AnimType)System.Enum.Parse(typeof(AnimType) ...
確定! 回上一頁