ArchetypeQuery.WithoutAllComponents(ComponentTypes).md
February 25, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.ArchetypeQuery
ArchetypeQuery.WithoutAllComponents(ComponentTypes) Method
Entities having all passed componentTypes are excluded from query result.
public Friflo.Engine.ECS.ArchetypeQuery WithoutAllComponents(in Friflo.Engine.ECS.ComponentTypes componentTypes);
Parameters
componentTypes ComponentTypes
Use ComponentTypes.Get<>() to set the parameter.