NcEngine
nc::Entity Class Reference

Identifies an object in the registry. More...

#include <Entity.h>

Classes

struct  Flags
 Flags for configuring internal Entity behavior. More...
 
struct  Hash
 Entity Hasher. More...
 

Public Types

using index_type = uint32_t
 
using layer_type = uint8_t
 
using flags_type = uint8_t
 
using user_data_type = uint8_t
 

Public Member Functions

constexpr Entity () noexcept
 Construct a null Entity.
 
constexpr Entity (index_type index, layer_type layer=0, flags_type flags=Flags::None, user_data_type userData=0) noexcept
 Construct an Entity.
 
Entity Properties
constexpr auto Valid () const noexcept -> bool
 
constexpr auto Index () const noexcept -> index_type
 
constexpr auto Layer () const noexcept -> layer_type
 
constexpr auto Flags () const noexcept -> flags_type
 
constexpr auto UserData () const noexcept -> user_data_type
 
constexpr auto IsStatic () const noexcept -> bool
 
constexpr auto IsPersistent () const noexcept -> bool
 
constexpr auto ReceivesCollisionEvents () const noexcept -> bool
 
constexpr auto IsSerializable () const noexcept -> bool
 
constexpr auto IsInternal () const noexcept -> bool
 

Static Public Member Functions

static constexpr auto Null () noexcept
 Construct a null Entity.
 
static constexpr auto FromHash (uint64_t hash) noexcept -> Entity
 Reconstruct an Entity from a hashed value.
 

Static Public Attributes

static constexpr index_type NullIndex = std::numeric_limits<index_type>::max()
 Index used for an invalid Entity.
 

Operators

constexpr operator index_type () const noexcept
 
bool constexpr operator== (const Entity &a, const Entity &b)
 
bool constexpr operator!= (const Entity &a, const Entity &b)
 

Detailed Description

Identifies an object in the registry.


The documentation for this class was generated from the following file: