Options for configuring NcAsset.
More...
#include <Config.h>
|
std::string | audioClipsPath = "assets/audio_clip/" |
|
std::string | convexHullsPath = "assets/convex_hull/" |
|
std::string | cubeMapsPath = "assets/cube_map" |
|
std::string | fontsPath = "assets/font" |
|
std::string | meshesPath = "assets/mesh/" |
|
std::string | meshCollidersPath = "assets/mesh_collider/" |
|
std::string | shadersPath = "assets/shader/" |
|
std::string | skeletalAnimationsPath = "assets/skeletal_animation/" |
|
std::string | texturesPath = "assets/texture/" |
|
Options for configuring NcAsset.
Each option specifies the search directory for an asset type. Paths may be absolute or relative to the calling executable.
The documentation for this struct was generated from the following file: