#define CE_EXTERN_COMPONENT(T)
Definition Component.hpp:600
#define CE_ENTITY_OBJECT_HASH(T)
Definition Entity.hpp:784
#define CE_REFLECTABLE_STRUCT
Definition IReflectable.hpp:47
#define CE_REFL_DATA_GETSET(N, G, S)
Definition Macros.hpp:549
#define CE_REFL_DATA(N)
Definition Macros.hpp:541
#define CE_SCRIPT_EXPORT(...)
The CE_SCRIPT_EXPORT macro marks a class or method as exportable and available in scripting environme...
Definition Macros.hpp:247
A type-safe entity type.
Definition Entity.hpp:538
EntityObject()=default
Creates a new entity object.
The Environment object is a mixin entity from a Scene that holds the environment to be rendered on th...
Definition Environment.hpp:58
Definition Application.hpp:19
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25
Accessor(const Entity &entity)
Definition Component.hpp:181
auto mutate(T C::*ptr)
Accesses an element from an existing Component.
const T & read(const T C::*ptr) const
Accesses an element from an existing Component.
Components serve as the base for data storage for an entity.
Definition Component.hpp:68
The accessor class for EnvironmentComponent.
Definition Environment.hpp:38
static constexpr void reflect(Processor &&RTTI)
Executes the given processor for every field of the struct.
Definition Environment.hpp:53
const HTexture & getSkybox() const
A texture that contains the skybox to be used by the environment renderer.
Definition Environment.hpp:44
void setSkybox(const HTexture &skybox)
A texture that contains the skybox to be used by the environment renderer.
Definition Environment.hpp:48
The Environment component.
Definition Environment.hpp:23
static constexpr void reflect(Processor &&RTTI)
Executes the given processor for every field of the struct.
Definition Environment.hpp:34
HTexture skybox
A texture that contains the skybox to be used by the environment renderer.
Definition Environment.hpp:29