NcEngine
nc::config::AssetSettings Struct Reference

Options for configuring NcAsset. More...

#include <Config.h>

Public Attributes

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/"
 

Detailed Description

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: