Kanzi  3.9.6
Kanzi Engine API
runtime_assets.hpp File Reference

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 

Macros

#define KZ_RUNTIME_ASSETS_URL_PREFIX
 Prefix for runtime asset binary. More...
 
#define KZ_UI_ASSETS_URL_PREFIX
 Prefix for UI asset binary. More...
 

Functions

const byte * kanzi::getRuntimeAssetData ()
 Gets runtime asset data. More...
 
size_t kanzi::getRuntimeAssetDataSize ()
 Gets size of runtime asset data. More...
 
void kanzi::registerRuntimeAssets (Domain *domain)
 Registers build-in runtime assets in resource manager of domain so they can be acquired at runtime. More...
 

Macro Definition Documentation

◆ KZ_RUNTIME_ASSETS_URL_PREFIX

#define KZ_RUNTIME_ASSETS_URL_PREFIX

Prefix for runtime asset binary.

◆ KZ_UI_ASSETS_URL_PREFIX

#define KZ_UI_ASSETS_URL_PREFIX

Prefix for UI asset binary.