2D Engine v0.1.0
Loading...
Searching...
No Matches
SpriteSheetComponent Struct Reference

Sprite Sheet Component. More...

#include <Components.hpp>

Collaboration diagram for SpriteSheetComponent:
Collaboration graph

Public Attributes

SpriteSheetspriteSheet
 
int selectedTileId = 0
 
bool importedSheet = false
 
bool tileMapSizeError = false
 
bool tileMapFileError = false
 

Detailed Description

Sprite Sheet Component.

Member Data Documentation

◆ importedSheet

bool SpriteSheetComponent::importedSheet = false

◆ selectedTileId

int SpriteSheetComponent::selectedTileId = 0

◆ spriteSheet

SpriteSheet* SpriteSheetComponent::spriteSheet

◆ tileMapFileError

bool SpriteSheetComponent::tileMapFileError = false

◆ tileMapSizeError

bool SpriteSheetComponent::tileMapSizeError = false

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