mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Enhance filesystem dock tooltips
This commit is contained in:
@@ -10,6 +10,13 @@
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="add_resource_tooltip_plugin">
|
||||
<return type="void" />
|
||||
<param index="0" name="plugin" type="EditorResourceTooltipPlugin" />
|
||||
<description>
|
||||
Registers a new [EditorResourceTooltipPlugin].
|
||||
</description>
|
||||
</method>
|
||||
<method name="navigate_to_path">
|
||||
<return type="void" />
|
||||
<param index="0" name="path" type="String" />
|
||||
@@ -17,6 +24,13 @@
|
||||
Sets the given [param path] as currently selected, ensuring that the selected file/directory is visible.
|
||||
</description>
|
||||
</method>
|
||||
<method name="remove_resource_tooltip_plugin">
|
||||
<return type="void" />
|
||||
<param index="0" name="plugin" type="EditorResourceTooltipPlugin" />
|
||||
<description>
|
||||
Removes an [EditorResourceTooltipPlugin]. Fails if the plugin wasn't previously added.
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<signals>
|
||||
<signal name="display_mode_changed">
|
||||
|
||||
Reference in New Issue
Block a user