Document that glTF classes are only usable in editor builds

Run-time glTF saving/loading is only available in Godot 4.0,
not Godot 3.x.
This commit is contained in:
Hugo Locurcio 2022-04-22 19:07:23 +02:00
parent 3ba980379d
commit 3a8104289d
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
14 changed files with 14 additions and 0 deletions

View file

@ -3,6 +3,7 @@
<brief_description>
</brief_description>
<description>
[b]Note:[/b] This class is only compiled in editor builds. Run-time glTF loading and saving is [i]not[/i] available in exported projects. References to [EditorSceneImporterGLTF] within a script will cause an error in an exported project.
</description>
<tutorials>
</tutorials>

View file

@ -3,6 +3,7 @@
<brief_description>
</brief_description>
<description>
[b]Note:[/b] This class is only compiled in editor builds. Run-time glTF loading and saving is [i]not[/i] available in exported projects. References to [GLTFAccessor] within a script will cause an error in an exported project.
</description>
<tutorials>
</tutorials>

View file

@ -3,6 +3,7 @@
<brief_description>
</brief_description>
<description>
[b]Note:[/b] This class is only compiled in editor builds. Run-time glTF loading and saving is [i]not[/i] available in exported projects. References to [GLTFAnimation] within a script will cause an error in an exported project.
</description>
<tutorials>
</tutorials>

View file

@ -3,6 +3,7 @@
<brief_description>
</brief_description>
<description>
[b]Note:[/b] This class is only compiled in editor builds. Run-time glTF loading and saving is [i]not[/i] available in exported projects. References to [GLTFBufferView] within a script will cause an error in an exported project.
</description>
<tutorials>
</tutorials>

View file

@ -3,6 +3,7 @@
<brief_description>
</brief_description>
<description>
[b]Note:[/b] This class is only compiled in editor builds. Run-time glTF loading and saving is [i]not[/i] available in exported projects. References to [GLTFCamera] within a script will cause an error in an exported project.
</description>
<tutorials>
</tutorials>

View file

@ -3,6 +3,7 @@
<brief_description>
</brief_description>
<description>
[b]Note:[/b] This class is only compiled in editor builds. Run-time glTF loading and saving is [i]not[/i] available in exported projects. References to [GLTFDocument] within a script will cause an error in an exported project.
</description>
<tutorials>
</tutorials>

View file

@ -3,6 +3,7 @@
<brief_description>
</brief_description>
<description>
[b]Note:[/b] This class is only compiled in editor builds. Run-time glTF loading and saving is [i]not[/i] available in exported projects. References to [GLTFLight] within a script will cause an error in an exported project.
</description>
<tutorials>
</tutorials>

View file

@ -3,6 +3,7 @@
<brief_description>
</brief_description>
<description>
[b]Note:[/b] This class is only compiled in editor builds. Run-time glTF loading and saving is [i]not[/i] available in exported projects. References to [GLTFMesh] within a script will cause an error in an exported project.
</description>
<tutorials>
</tutorials>

View file

@ -3,6 +3,7 @@
<brief_description>
</brief_description>
<description>
[b]Note:[/b] This class is only compiled in editor builds. Run-time glTF loading and saving is [i]not[/i] available in exported projects. References to [GLTFNode] within a script will cause an error in an exported project.
</description>
<tutorials>
</tutorials>

View file

@ -3,6 +3,7 @@
<brief_description>
</brief_description>
<description>
[b]Note:[/b] This class is only compiled in editor builds. Run-time glTF loading and saving is [i]not[/i] available in exported projects. References to [GLTFSkeleton] within a script will cause an error in an exported project.
</description>
<tutorials>
</tutorials>

View file

@ -3,6 +3,7 @@
<brief_description>
</brief_description>
<description>
[b]Note:[/b] This class is only compiled in editor builds. Run-time glTF loading and saving is [i]not[/i] available in exported projects. References to [GLTFSpecGloss] within a script will cause an error in an exported project.
</description>
<tutorials>
</tutorials>

View file

@ -3,6 +3,7 @@
<brief_description>
</brief_description>
<description>
[b]Note:[/b] This class is only compiled in editor builds. Run-time glTF loading and saving is [i]not[/i] available in exported projects. References to [GLTFState] within a script will cause an error in an exported project.
</description>
<tutorials>
</tutorials>

View file

@ -3,6 +3,7 @@
<brief_description>
</brief_description>
<description>
[b]Note:[/b] This class is only compiled in editor builds. Run-time glTF loading and saving is [i]not[/i] available in exported projects. References to [GLTFTexture] within a script will cause an error in an exported project.
</description>
<tutorials>
</tutorials>

View file

@ -3,6 +3,7 @@
<brief_description>
</brief_description>
<description>
[b]Note:[/b] This class is only compiled in editor builds. Run-time glTF loading and saving is [i]not[/i] available in exported projects. References to [PackedSceneGLTF] within a script will cause an error in an exported project.
</description>
<tutorials>
</tutorials>