Delegate EntityAction<T1, T2, T3>
- Namespace
- KeenEyes
- Assembly
- KeenEyes.Core.dll
Delegate for processing an entity with three components.
public delegate void EntityAction<T1, T2, T3>(Entity entity, ref T1 c1, ref T2 c2, ref T3 c3) where T1 : struct, IComponent where T2 : struct, IComponent where T3 : struct, IComponent
Parameters
entityEntity- Delegate for processing an entity with three components.
c1T1- Delegate for processing an entity with three components.
c2T2- Delegate for processing an entity with three components.
c3T3- Delegate for processing an entity with three components.
Type Parameters
T1T2T3