Create a reusable ArchetypeQuery for the given component type.
See Example.
public Friflo.Engine.ECS.ArchetypeQuery<T1> Query<T1>()
where T1 : struct, Friflo.Engine.ECS.IComponent, System.ValueType, System.ValueType;
T1
Create a reusable ArchetypeQuery for the given component type.
See Example.
public Friflo.Engine.ECS.ArchetypeQuery<T1> Query<T1>()
where T1 : struct, Friflo.Engine.ECS.IComponent, System.ValueType, System.ValueType;
T1