A Sprite chunk represents a sprite used on the frontend.
Data Structure
| Property | Data Type | Description |
|---|---|---|
| Name | string | TODO |
| NativeX | uint32 | TODO |
| NativeY | uint32 | TODO |
| Shader | string | TODO |
| ImageWidth | uint32 | TODO |
| ImageHeight | uint32 | TODO |
| ImageCount | uint32 | TODO |
| BlitBorder | uint32 | TODO |
Parents
TODO