Table of Contents

Delegate ForEachWithEntity<T0, T1, T2>

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

Parameters

entity Entity
component0 T0
component1 T1
component2 T2

Type Parameters

T0
T1
T2