Use EditorResourcePicker in the Inspector

This commit is contained in:
Yuri Sizov
2021-05-19 15:19:07 +03:00
parent 896d84bd15
commit e9206a55ea
9 changed files with 362 additions and 800 deletions

View File

@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="EditorSpinSlider" inherits="Range" version="4.0">
<brief_description>
Godot editor's control for editing numertic values.
</brief_description>
<description>
This [Control] node is used in the editor's Inspector dock to allow editing of numeric values. Can be used with [EditorInspectorPlugin] to recreate the same behavior.
</description>
<tutorials>
</tutorials>