Signature.Get_T1_().md
February 25, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.Signature
Signature.Get() Method
Returns a query Signature<T1> containing the specified component type.
public static Friflo.Engine.ECS.Signature<T1> Get<T1>()
where T1 : struct, Friflo.Engine.ECS.IComponent, System.ValueType, System.ValueType;
Type parameters
T1
Returns
Friflo.Engine.ECS.Signature<T1>
Remarks
It can be used to query entities with the specified component type with EntityStore.Query() methods.