[godot] Add SpineObjectWrapper docs.

This commit is contained in:
Mario Zechner 2022-07-25 15:48:09 +02:00
parent 0860331e99
commit c0ec155716
2 changed files with 17 additions and 1 deletions

View File

@ -34,5 +34,6 @@ def get_doc_classes():
"SpineTimeline",
"SpineTrackEntry",
"SpineTransformConstraint",
"SpineTransformConstraintData"
"SpineTransformConstraintData",
"SpineObjectWrapper"
]

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="SpineObjectWrapper" version="3.4">
<brief_description>
The base class for anything that wraps a spine-cpp class. All wrappers are a Godot reference.
</brief_description>
<description>
The base class for anything that wraps a spine-cpp class. All wrappers are a Godot reference.
</description>
<tutorials>
</tutorials>
<methods>
</methods>
<constants>
</constants>
</class>