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