using UnityEngine; using System.Collections; public class EnumAndSwitch : MonoBehaviour { enum Fanstate//宣告一個列舉Enum,基本用法類似不能轉 ...
確定! 回上一頁