Searched defs:PropertyEntry (Results 1 – 2 of 2) sorted by relevance
28 struct PropertyEntry { struct29 heif_item_id itemId;30 std::vector<PropertyAssociation> associations;
54 struct AnimationSystem::PropertyEntry { struct in AnimationSystem55 uint64_t componentAndProperty;56 IComponentManager* component;57 uintptr_t propertyOffset;58 const Property* property;