Delegate ForEach<T0, T1>
public delegate void ForEach<T0, T1>(ref T0 component0, ref T1 component1) where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent
Parameters
component0T0component1T1
Type Parameters
T0T1
public delegate void ForEach<T0, T1>(ref T0 component0, ref T1 component1) where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent
component0 T0component1 T1T0T1