SDOM - Simple SDL Document Object Model
A lightweight, extensible Document Object Model for SDL-based applications.
Loading...
Searching...
No Matches
SDOM::Texture::InitStruct Struct Reference

#include <SDOM_Texture.hpp>

Inheritance diagram for SDOM::Texture::InitStruct:
SDOM::IAssetObject::InitStruct

Public Member Functions

 InitStruct ()
 

Public Attributes

std::string name = TypeName
 
std::string type = TypeName
 
std::string filename = ""
 
bool isInternal = true
 

Constructor & Destructor Documentation

◆ InitStruct()

SDOM::Texture::InitStruct::InitStruct ( )
inline

Member Data Documentation

◆ filename

std::string SDOM::IAssetObject::InitStruct::filename = ""
inherited

◆ isInternal

bool SDOM::IAssetObject::InitStruct::isInternal = true
inherited

◆ name

std::string SDOM::IAssetObject::InitStruct::name = TypeName
inherited

◆ type

std::string SDOM::IAssetObject::InitStruct::type = TypeName
inherited

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