Sdk/World: Add CloneEntity(const EntityHandle&) overload
This commit is contained in:
@@ -46,6 +46,7 @@ namespace Ndk
|
||||
|
||||
void Clear() noexcept;
|
||||
const EntityHandle& CloneEntity(EntityId id);
|
||||
const EntityHandle& CloneEntity(const EntityHandle& entity);
|
||||
|
||||
inline void DisableProfiler();
|
||||
inline void EnableProfiler(bool enable = true);
|
||||
|
||||
Reference in New Issue
Block a user