Searched defs:EntityKey (Results 1 – 1 of 1) sorted by relevance
45 struct EntityKey struct47 EntityType type; //!< Entity type48 EntityInstanceNumber instanceIdx; //!< Entity instance number49 ContainerID containerId; //!< Entity container ID51 bool operator==(const EntityKey& e) const in operator ==()59 using EntityKey = struct EntityKey; typedef