Kohi Game Engine
|
Various metadata included with the asset. More...
#include <kasset_types.h>
Data Fields | |
u32 | version |
kstring_id | asset_path |
The path of the asset, stored as a kstring_id. More... | |
kstring_id | source_asset_path |
The path of the originally imported file used to create this asset, stored as a kstring_id. More... | |
u32 | tag_count |
The number of tags. More... | |
kname * | tags |
An array of tags. More... | |
Various metadata included with the asset.
kstring_id asset_path |
The path of the asset, stored as a kstring_id.
kstring_id source_asset_path |
The path of the originally imported file used to create this asset, stored as a kstring_id.
u32 tag_count |
The number of tags.
kname* tags |
An array of tags.
u32 version |