SpiecsEngine
Loading...
Searching...
No Matches
◆
QueryEntitybyID()
Entity
Spices::World::QueryEntitybyID
(
uint32_t
id
)
Get
World
Entity
by id(entt::entity).
Parameters
[in]
id
Id(entt::entity)
Returns
Returns valid
Entity
if fined.
Definition at line
41
of file
World.cpp
.
42
{
43
SPICES_PROFILE_ZONE
;
44
45
return
id
== -1 ?
Entity
() :
Entity
((entt::entity)id, this);
46
}
SPICES_PROFILE_ZONE
#define SPICES_PROFILE_ZONE
Definition
TracyProfilerWrapper.h:100
Spices::World::Entity
friend class Entity
Definition
World.h:262
Spices
World
Generated on Sun Mar 8 2026 10:24:50 for SpiecsEngine by
1.10.0