F10快捷键 TEngine/查找资产引用

F10快捷键 TEngine/查找资产引用
This commit is contained in:
Alex-Rachel
2025-05-26 19:24:33 +08:00
parent e64926a66a
commit cc9002fe9a

View File

@@ -40,7 +40,7 @@ namespace TEngine.Editor
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()
{
InitDataIfNeeded();