|
|
entt::basic_registry< EntityId > & | getRegistry () noexcept |
|
entt::basic_registry< EntityId > const & | getRegistry () const noexcept |
|
template<class T> |
| optional_ref< T const > | tryGetComponent () const |
|
template<class T> |
| optional_ref< T > | tryGetComponent () |
|
template<class T> |
| bool | hasComponent () const |
|
template<class T> |
| bool | removeComponent () |
|
template<class T, typename... Args> |
| T & | getOrAddComponent (Args &&... args) |
|
MCAPI | EntityContext (::EntityRegistry ®istry, ::EntityId entity) |
|
MCAPI::EntityId | _getEntityId () const |
|
MCFOLD::EntityRegistry & | _registry () const |
|
MCAPI ::WeakRef<::EntityContext > | getWeakRef () const |
|
MCAPI bool | isValid () const |
|
MCAPI bool | operator== (::EntityContext const &other) const |
|
MCAPI void * | $ctor (::EntityRegistry ®istry, ::EntityId entity) |
The documentation for this class was generated from the following file: