#include <Entity.hpp>
◆ Entity() [1/4]
This function is a constructor for the Entity class.
- Parameters
-
id | The id of the entity. |
type | The type of entity. |
◆ Entity() [2/4]
◆ ~Entity()
◆ Entity() [3/4]
ECS::Entity::Entity |
( |
Entity const & |
| ) |
|
|
default |
◆ Entity() [4/4]
ECS::Entity::Entity |
( |
Entity && |
| ) |
|
|
defaultnoexcept |
◆ getId()
std::size_t ECS::Entity::getId |
( |
| ) |
const |
◆ getType()
Returns the type of the entity.
- Returns
- The type of the entity.
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following files: