示例#1
0
 protected static void DrawArrayList(string label, ArrayList obj)
 {
     EditorGUILayout.TextField(label, MiniJSON.jsonEncode(obj));
 }