From c0ec155716d2e7e07967553ca6c3bba62260494c Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 25 Jul 2022 15:48:09 +0200 Subject: [PATCH] [godot] Add SpineObjectWrapper docs. --- spine-godot/spine_godot/config.py | 3 ++- .../spine_godot/docs/SpineObjectWrapper.xml | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 spine-godot/spine_godot/docs/SpineObjectWrapper.xml diff --git a/spine-godot/spine_godot/config.py b/spine-godot/spine_godot/config.py index 689c91499..bf526daaf 100644 --- a/spine-godot/spine_godot/config.py +++ b/spine-godot/spine_godot/config.py @@ -34,5 +34,6 @@ def get_doc_classes(): "SpineTimeline", "SpineTrackEntry", "SpineTransformConstraint", - "SpineTransformConstraintData" + "SpineTransformConstraintData", + "SpineObjectWrapper" ] diff --git a/spine-godot/spine_godot/docs/SpineObjectWrapper.xml b/spine-godot/spine_godot/docs/SpineObjectWrapper.xml new file mode 100644 index 000000000..c7dcdf85f --- /dev/null +++ b/spine-godot/spine_godot/docs/SpineObjectWrapper.xml @@ -0,0 +1,15 @@ + + + + The base class for anything that wraps a spine-cpp class. All wrappers are a Godot reference. + + + The base class for anything that wraps a spine-cpp class. All wrappers are a Godot reference. + + + + + + + +