mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 10:16:01 +08:00
22 lines
669 B
XML
22 lines
669 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="SpineSkeletonFileResource" inherits="Resource" version="3.4">
|
|
<brief_description>
|
|
Resource wrapping a Spine skeleton .spine-json or .skel file. Used by [code]SpineSkeletonDataResource[/code].
|
|
</brief_description>
|
|
<description>
|
|
Resource wrapping a Spine skeleton .spine-json or .skel file. Used by [code]SpineSkeletonDataResource[/code].
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="load_from_file">
|
|
<return type="int" enum="Error" />
|
|
<argument index="0" name="path" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|