Table of Contents

Delegate ForEach<T0, T1, T2, T3>

Namespace
Ghost.Entities
Assembly
Ghost.Entities.dll
public delegate void ForEach<T0, T1, T2, T3>(ref T0 component0, ref T1 component1, ref T2 component2, ref T3 component3) where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent where T2 : unmanaged, IComponent where T3 : unmanaged, IComponent

Parameters

component0 T0
component1 T1
component2 T2
component3 T3

Type Parameters

T0
T1
T2
T3