mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 17:56:04 +08:00
[godot] Add SpineObjectWrapper docs.
This commit is contained in:
parent
0860331e99
commit
c0ec155716
@ -34,5 +34,6 @@ def get_doc_classes():
|
|||||||
"SpineTimeline",
|
"SpineTimeline",
|
||||||
"SpineTrackEntry",
|
"SpineTrackEntry",
|
||||||
"SpineTransformConstraint",
|
"SpineTransformConstraint",
|
||||||
"SpineTransformConstraintData"
|
"SpineTransformConstraintData",
|
||||||
|
"SpineObjectWrapper"
|
||||||
]
|
]
|
||||||
|
|||||||
15
spine-godot/spine_godot/docs/SpineObjectWrapper.xml
Normal file
15
spine-godot/spine_godot/docs/SpineObjectWrapper.xml
Normal 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>
|
||||||
Loading…
x
Reference in New Issue
Block a user