Improve docs about plugin registration

This commit is contained in:
kobewi
2021-10-15 14:30:58 +02:00
parent 90a1e51933
commit 7515af8c25
7 changed files with 16 additions and 9 deletions

View File

@ -4,6 +4,8 @@
Imports scenes from third-parties' 3D files.
</brief_description>
<description>
[EditorSceneFormatImporter] allows to define an importer script for a third-party 3D format.
To use [EditorSceneFormatImporter], register it using the [method EditorPlugin.add_scene_format_importer_plugin] method first.
</description>
<tutorials>
</tutorials>