Chicane

Box

Box is the asset system, based on the XML format and holds binaries as Base64.

Header
Includes/Chicane/Box.hpp
Namespace
Chicane::Box

Types

NameValueDescription
FontRaw
std::vector<unsigned char>
ModelRaw
std::vector<unsigned char>
SkyRawSide
SkyRawSides
std::unordered_map<SkySideSkyRawSide>
SkyParsedSide
SkyParsedSides
std::unordered_map<SkySideSkyParsedSide>

Functions

AccessReturnModifierNameDescription
public
getSoundManager()
public
getFontManager()
public
getModelManager()
public
getTextureManager()
public
const  Asset*
load(
const  FileSystem::Path& inFilePath
)
public
const  T*
load(
const  FileSystem::Path& inFilePath
)