Collocetions; using UnityEditor; // 绑定对应的脚本 [CustomEditor(typeof(LevelScript))] public class LevelScriptEditor : Editor { // 自 ...
確定! 回上一頁