QuerySystem_T1_.md

November 22, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.Systems

QuerySystem Class

A query system returning entities with the specified component type via its Query property.

public abstract class QuerySystem<T1> : Friflo.Engine.ECS.Systems.QuerySystemBase
    where T1 : struct, Friflo.Engine.ECS.IComponent, System.ValueType, System.ValueType

Type parameters

T1

Inheritance System.Object ๐Ÿก’ BaseSystem ๐Ÿก’ QuerySystemBase ๐Ÿก’ QuerySystem

Properties
QueryReturn all entities matching the Query.
Methods
ToString()