Module shard_ecs::descriptors::archetype_descriptor[][src]

Structs

Represents a combination of components. Each component type MUST be unique (i.e. no duplicate component types). Length must be larger than 0 and lower or equal to MAX_COMPONENTS_PER_ENTITY. Use the ArchetypeDescriptor::is_valid function to check for validity. Any use of an invalid archetype descriptor is considered UB.