Identifies an object in the registry.
More...
#include <Entity.h>
|
using | index_type = uint32_t |
|
using | layer_type = uint8_t |
|
using | flags_type = uint8_t |
|
using | user_data_type = uint8_t |
|
|
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.
|
|
|
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 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 constexpr index_type | NullIndex = std::numeric_limits<index_type>::max() |
| Index used for an invalid Entity.
|
|
|
constexpr | operator index_type () const noexcept |
|
bool constexpr | operator== (const Entity &a, const Entity &b) |
|
bool constexpr | operator!= (const Entity &a, const Entity &b) |
|
Identifies an object in the registry.
The documentation for this class was generated from the following file: