Skip to content

Commit 6f046c3

Browse files
committed
命名空间变更
1 parent fc9e5bd commit 6f046c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

UnityProject/Assets/Example/Editor/ComponentFindWindow.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using UnityEditor;
22
using 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
{

UnityProject/Assets/Example/Editor/ExampleDataTableWnd.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using UnityEditor;
44
using System;
55

6-
namespace UnityTable.Example
6+
namespace StardustEditorTool
77
{
88
//a normal EditorWindow
99
public class ExampleDataTableWnd : EditorWindow

0 commit comments

Comments
 (0)