Searched defs:EntityKey (Results 1 – 1 of 1) sorted by relevance
210 struct EntityKey struct212 EntityType type; //!< Entity type213 EntityInstance instanceIdx; //!< Entity instance number214 ContainerID containerId; //!< Entity container ID216 bool operator==(const EntityKey& e) const in operator ==()223 using EntityKey = struct EntityKey; typedef