Chicane

Type

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

Header
Includes/Chicane/Box/Asset/Type.hpp
Namespace
Chicane::Box::AssetType

Values

NameDescription
Undefined
Animation
Font
Mesh
Model
Skeleton
Texture
Sky
Sound
Effect

Functions

AccessReturnModifierNameDescription
public
inline
toString()
public
bool
isFileAsset(
const  FileSystem::Path& inFilepath
)
public
getTypeFromExtension(
const  FileSystem::Path& inFilepath
)
public
getTypeFromTag(
const  String& inValue
)
public
std::vector<String>
getTypeTags()
public
const  String&
getTypeTag(
AssetType inValue
)
public
std::vector<String>
getTypeExtensions()
public
const  String&
getTypeExtension(
AssetType inValue
)