Deki 1.3.0
Modular C++ 2D engine for embedded displays and desktop
Loading...
Searching...
No Matches
DekiEditor::SpriteFrameData Struct Reference

Runtime sprite frame data (texture coordinates). More...

#include <TextureImporter.h>

Public Attributes

int x = 0
int y = 0
int width = 0
int height = 0

Detailed Description

Runtime sprite frame data (texture coordinates).

Stores the pixel coordinates for individual sprite frames. This data is registered per-frame-GUID and used for rendering.

Member Data Documentation

◆ x

int DekiEditor::SpriteFrameData::x = 0

◆ y

int DekiEditor::SpriteFrameData::y = 0

◆ width

int DekiEditor::SpriteFrameData::width = 0

◆ height

int DekiEditor::SpriteFrameData::height = 0

The documentation for this struct was generated from the following file: