Kohi Game Engine
kasset_metadata Struct Reference

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...
 
knametags
 An array of tags. More...
 

Detailed Description

Various metadata included with the asset.

Field Documentation

◆ asset_path

kstring_id asset_path

The path of the asset, stored as a kstring_id.

◆ source_asset_path

kstring_id source_asset_path

The path of the originally imported file used to create this asset, stored as a kstring_id.

◆ tag_count

u32 tag_count

The number of tags.

◆ tags

kname* tags

An array of tags.

◆ version

u32 version

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