Component indicating that this entity should not be duplicated. More...
#include <ecsm.hpp>
Public Member Functions | |
ID< Entity > | getEntity () const noexcept |
Returns component entity instance. | |
Protected Attributes | |
ID< Entity > | entity = {} |
Component indicating that this entity should not be duplicated.
Useful in cases when we need to mark important entities like main camera.