mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 08:38:43 +08:00
27 lines
749 B
XML
27 lines
749 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="SpineAttachment" inherits="SpineObjectWrapper" version="3.4">
|
|
<brief_description>
|
|
Represents an attachment in a Spine skeleton's skin.
|
|
</brief_description>
|
|
<description>
|
|
Represents an attachment in a Spine skeleton's skin. See [url]http://en.esotericsoftware.com/spine-runtime-skins[/url].
|
|
Attachments can only be queried for their name and can not be manipulated.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="copy">
|
|
<return type="SpineAttachment" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_attachment_name">
|
|
<return type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|