add search operator tooltip to prefab editor search bar

somewhat of a follow up to #3300
This commit is contained in:
xxSeys1
2025-04-26 16:33:49 +02:00
parent f0bcc70563
commit 2ea3cde203

View File

@@ -160,6 +160,7 @@ namespace FlaxEditor.Windows.Assets
AnchorPreset = AnchorPresets.HorizontalStretchMiddle,
Parent = headerPanel,
Bounds = new Rectangle(4, 4, headerPanel.Width - 8, 18),
TooltipText = "Search the prefab.\n\nYou can prefix your search with different search operators:\ns: -> Actor with script of type\na: -> Actor type\nc: -> Control type",
};
_searchBox.TextChanged += OnSearchBoxTextChanged;