mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
F10快捷键 TEngine/查找资产引用
F10快捷键 TEngine/查找资产引用
This commit is contained in:
@@ -40,7 +40,7 @@ namespace TEngine.Editor
|
|||||||
mAssetTreeView?.OnGUI(new Rect(0, _toolbarGUIStyle.fixedHeight, position.width, position.height - _toolbarGUIStyle.fixedHeight));
|
mAssetTreeView?.OnGUI(new Rect(0, _toolbarGUIStyle.fixedHeight, position.width, position.height - _toolbarGUIStyle.fixedHeight));
|
||||||
}
|
}
|
||||||
|
|
||||||
[MenuItem("TEngine/查找资产引用", false, 100)]
|
[MenuItem("TEngine/查找资产引用 _F10", false, 100)]
|
||||||
public static void FindRef()
|
public static void FindRef()
|
||||||
{
|
{
|
||||||
InitDataIfNeeded();
|
InitDataIfNeeded();
|
||||||
|
Reference in New Issue
Block a user