File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
UnityProject/Assets/Example/Editor Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11using UnityEditor ;
22using UnityEngine ;
33
4- namespace UnityTable . Example
4+ namespace StardustEditorTool
55{
66 public class ComponentFindWindow : EditorWindow
77 {
@@ -86,7 +86,7 @@ private SerializedPropertyTreeView.Column[] CreateCameraColumn(out string[] prop
8686 dependencyIndices = null ,
8787 compareDelegate = SerializedPropertyTreeView . DefaultDelegates . s_CompareInt ,
8888 drawDelegate = SerializedPropertyTreeView . DefaultDelegates . s_DrawDefault ,
89- filter = new SerializedPropertyFilters . Name ( )
89+ // filter = new SerializedPropertyFilters.Name()
9090 } ;
9191 for ( var i = 0 ; i < columns . Length ; i ++ )
9292 {
Original file line number Diff line number Diff line change 33using UnityEditor ;
44using System ;
55
6- namespace UnityTable . Example
6+ namespace StardustEditorTool
77{
88 //a normal EditorWindow
99 public class ExampleDataTableWnd : EditorWindow
You can’t perform that action at this time.
0 commit comments