mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
84 lines
1.9 KiB
XML
84 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="SpineSlotData" inherits="SpineObjectWrapper" version="3.4">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="get_attachment_name">
|
|
<return type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_blend_mode">
|
|
<return type="int" enum="SpineConstant.BlendMode" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_bone_data">
|
|
<return type="SpineBoneData" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_color">
|
|
<return type="Color" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_dark_color">
|
|
<return type="Color" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_index">
|
|
<return type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_name">
|
|
<return type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="has_dark_color">
|
|
<return type="bool" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_attachment_name">
|
|
<return type="void" />
|
|
<argument index="0" name="v" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_blend_mode">
|
|
<return type="void" />
|
|
<argument index="0" name="v" type="int" enum="SpineConstant.BlendMode" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_color">
|
|
<return type="void" />
|
|
<argument index="0" name="v" type="Color" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_dark_color">
|
|
<return type="void" />
|
|
<argument index="0" name="v" type="Color" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_has_dark_color">
|
|
<return type="void" />
|
|
<argument index="0" name="v" type="bool" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|