GUILayout及EditorGUILayout是可以混用的,非常方便。 以下介紹一些我常用的一些輸入框: variable = EditorGUILayout.TextField(variable); //variable為 ...
確定! 回上一頁