assets-get-spine-skin-image
Retrieves the PNG image of a Spine skin to visualize a skeleton's appearance with the specified skin and animation.
Instructions
Get the PNG image of the given Spine skin. You can use this tool to get a better understanding of the appearance of a Spine skeleton with a given skin. The image may be scaled or not. You can the skeleton data to get more info about the size of a skeleton.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataKey | Yes | The key of the spine data (skeleton) asset. | |
| atlasKey | Yes | The key of the spine atlas asset. | |
| skinName | Yes | The name of the skin to use. A skeleton can have multiple skins. | |
| animationName | Yes | The name of the animation to use. A skeleton can have multiple animations. |