Component indicating that this entity should not be destroyed. 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 destroyed.
Useful in cases when we need to mark important entities like main camera.