Delegate EntityActionReadOnly<T1, T2, T3, T4>
- Namespace
- KeenEyes
- Assembly
- KeenEyes.Core.dll
Delegate for processing an entity with four readonly components.
public delegate void EntityActionReadOnly<T1, T2, T3, T4>(Entity entity, in T1 c1, in T2 c2, in T3 c3, in T4 c4) where T1 : struct, IComponent where T2 : struct, IComponent where T3 : struct, IComponent where T4 : struct, IComponent
Parameters
entityEntity- Delegate for processing an entity with four readonly components.
c1T1- Delegate for processing an entity with four readonly components.
c2T2- Delegate for processing an entity with four readonly components.
c3T3- Delegate for processing an entity with four readonly components.
c4T4- Delegate for processing an entity with four readonly components.
Type Parameters
T1T2T3T4