Struct Asset

Struct Documentation

struct Asset

Asset is identified with string key and can store arbitrary binary data.

Public Functions

Asset() = default
inline explicit Asset(std::string k)
std::string getRelativeUri()

Public Members

const std::string key
std::vector<std::uint8_t> data
std::uint32_t alignment = 1