esp/assets/managers/AssetAttributesManager.h file

Class Template esp::assets::AssetAttributesManager This class manages attributes describing/configuring magnum mesh primitives.

Contents

Namespaces

namespace esp
Root namespace.
namespace esp::assets
Asset management namespace.
namespace esp::assets::managers

Classes

class esp::assets::managers::AssetAttributesManager

Enums

enum class PrimObjTypes: uint32_t { CAPSULE_SOLID, CAPSULE_WF, CONE_SOLID, CONE_WF, CUBE_SOLID, CUBE_WF, CYLINDER_SOLID, CYLINDER_WF, ICOSPHERE_SOLID, ICOSPHERE_WF, UVSPHERE_SOLID, UVSPHERE_WF, END_PRIM_OBJ_TYPES }
The kinds of primitive modelled objects supported. Paired with Magnum::Primitive namespace objects.