esp/assets/Attributes.h file

Contents

Namespaces

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

Classes

class esp::assets::AbstractAttributes
Base class for all implemented attributes.
class esp::assets::AbstractPhysicsAttributes
base attributes object holding attributes shared by all PhysicsObjectAttributes and PhysicsSceneAttributes objects; Should be treated as if is abstract - should never be instanced directly
class esp::assets::PhysicsObjectAttributes
Specific Attributes instance which is constructed with a base set of physics object required attributes.
class esp::assets::PhysicsSceneAttributes
attributes for a single physical scene
class esp::assets::PhysicsManagerAttributes
attributes for a single physics manager
class esp::assets::AbstractPrimitiveAttributes
class esp::assets::CapsulePrimitiveAttributes
attributes describing primitive capsule objects
class esp::assets::ConePrimitiveAttributes
class esp::assets::CubePrimitiveAttributes
class esp::assets::CylinderPrimitiveAttributes
class esp::assets::IcospherePrimitiveAttributes
class esp::assets::UVSpherePrimitiveAttributes