ArchetypeQuery_T1,T2,T3,T4,T5_.WithoutAnyComponents(ComponentTypes).md

May 21, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.ArchetypeQuery<T1,T2,T3,T4,T5>

ArchetypeQuery<T1,T2,T3,T4,T5>.WithoutAnyComponents(ComponentTypes) Method

Entities having any of the passed componentTypes are excluded from query result.

public Friflo.Engine.ECS.ArchetypeQuery<T1,T2,T3,T4,T5> WithoutAnyComponents(in Friflo.Engine.ECS.ComponentTypes componentTypes);

Parameters

componentTypes ComponentTypes

Use ComponentTypes.Get<>() to set the parameter.

Returns

Friflo.Engine.ECS.ArchetypeQuery<T1,T2,T3,T4,T5>