Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
Public Member Functions | Public Attributes | List of all members
cqsp::asset::Texture Class Reference

#include <texture.h>

Inheritance diagram for cqsp::asset::Texture:
cqsp::asset::Asset

Public Member Functions

 Texture ()
 
 ~Texture ()
 
AssetType GetAssetType () override
 
- Public Member Functions inherited from cqsp::asset::Asset
virtual ~Asset ()=default
 

Public Attributes

int width
 
int height
 
unsigned int id
 
int texture_type
 
- Public Attributes inherited from cqsp::asset::Asset
std::string path
 
int accessed = 0
 

Constructor & Destructor Documentation

◆ Texture()

cqsp::asset::Texture::Texture ( )

◆ ~Texture()

cqsp::asset::Texture::~Texture ( )

Member Function Documentation

◆ GetAssetType()

AssetType cqsp::asset::Texture::GetAssetType ( )
inlineoverridevirtual

Implements cqsp::asset::Asset.

Member Data Documentation

◆ height

int cqsp::asset::Texture::height

◆ id

unsigned int cqsp::asset::Texture::id

◆ texture_type

int cqsp::asset::Texture::texture_type

◆ width

int cqsp::asset::Texture::width

The documentation for this class was generated from the following files: