Searched defs:EntityKey (Results 1 – 1 of 1) sorted by relevance
46 struct EntityKey struct48 EntityType type; //!< Entity type49 EntityInstanceNumber instanceIdx; //!< Entity instance number50 ContainerID containerId; //!< Entity container ID52 bool operator==(const EntityKey& e) const in operator ==()60 using EntityKey = struct EntityKey; typedef