ForEachEntity_T1_(T1,Entity).md
November 22, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS
ForEachEntity(T1, Entity) Delegate
Provide the state of an entity within ForEachEntity(ForEachEntity<T1>).
public delegate void ForEachEntity<T1>(ref T1 component1, Friflo.Engine.ECS.Entity entity)
where T1 : struct, System.ValueType, System.ValueType;
Type parameters
T1
Parameters
component1 T1
entity Entity