spine-runtimes/spine-godot/spine_godot/docs/SpineAtlasResource.xml
Luke Ingram b0890856cd [godot] Port of 6a08383
Adds specular map support to spine-godot on the Spine Runtimes 4.2 branch.
This was tested by porting the changes and compiling the spine-godot editor (version 4.3-stable) from source.
2025-05-28 23:23:56 -04:00

32 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="SpineAtlasResource" inherits="Resource" version="3.4">
<brief_description>
A Godot resource encapsulating a Spine atlas and its atlas page images.
</brief_description>
<description>
A Godot resource encapsulating a Spine atlas and its atlas page images.
</description>
<tutorials>
</tutorials>
<methods>
<method name="load_from_atlas_file">
<return type="int" enum="Error" />
<argument index="0" name="path" type="String" />
<description>
</description>
</method>
</methods>
<members>
<member name="normal_maps" type="Array" setter="" getter="get_normal_maps" default="[ ]">
</member>
<member name="specular_maps" type="Array" setter="" getter="get_specular_maps" default="[ ]">
</member>
<member name="source_path" type="String" setter="" getter="get_source_path" default="&quot;&quot;">
</member>
<member name="textures" type="Array" setter="" getter="get_textures" default="[ ]">
</member>
</members>
<constants>
</constants>
</class>