Searched defs:EntityKey (Results 1 – 1 of 1) sorted by relevance
211 struct EntityKey struct213 EntityType type; //!< Entity type214 EntityInstance instanceIdx; //!< Entity instance number215 ContainerID containerId; //!< Entity container ID217 bool operator==(const EntityKey& e) const in operator ==()224 using EntityKey = struct EntityKey; typedef