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::AssetPrototype Class Reference

#include <assetprototype.h>

Inheritance diagram for cqsp::asset::AssetPrototype:
cqsp::asset::CubemapPrototype cqsp::asset::FontPrototype cqsp::asset::ImagePrototype cqsp::asset::ModelPrototype cqsp::asset::ShaderPrototype

Public Member Functions

virtual int GetPrototypeType ()
 

Public Attributes

std::string key
 
Assetasset
 Store the asset here so that at least we have the promise of an asset to the thing More...
 

Detailed Description

Asset Prototypes are for assets that need additional processing in the main thread, such as images.

Member Function Documentation

◆ GetPrototypeType()

virtual int cqsp::asset::AssetPrototype::GetPrototypeType ( )
inlinevirtual

Member Data Documentation

◆ asset

Asset* cqsp::asset::AssetPrototype::asset

Store the asset here so that at least we have the promise of an asset to the thing

◆ key

std::string cqsp::asset::AssetPrototype::key

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