SpiecsEngine
Loading...
Searching...
No Matches
◆
operator==()
bool Spices::Entity::operator==
(
const
Entity
&
other
)
const
inline
Equal Operation.
Parameters
[in]
other
Another
Entity
.
Returns
Returns true if euqal.
Definition at line
146
of file
Entity.h
.
147
{
148
return
m_EntityHandle
== other.m_EntityHandle &&
m_World
== other.m_World;
149
}
Spices::Entity::m_EntityHandle
entt::entity m_EntityHandle
This entity's identify in ECS.
Definition
Entity.h:166
Spices::Entity::m_World
World * m_World
A specific world Pointer.
Definition
Entity.h:171
Spices
Entity
Generated on Sun Mar 8 2026 10:24:48 for SpiecsEngine by
1.10.0