Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.64 KB

QuerySystem_T1,T2,T3_.md

File metadata and controls

36 lines (24 loc) · 1.64 KB

QuerySystem<T1,T2,T3> Class

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

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

Type parameters

T1

T2

T3

Inheritance System.Object 🡒 BaseSystem 🡒 QuerySystemBase 🡒 QuerySystem<T1,T2,T3>

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