Table of Contents

Delegate EntityActionReadOnly<T1, T2, T3>

Namespace
KeenEyes
Assembly
KeenEyes.Core.dll

Delegate for processing an entity with three readonly components.

public delegate void EntityActionReadOnly<T1, T2, T3>(Entity entity, in T1 c1, in T2 c2, in T3 c3) where T1 : struct, IComponent where T2 : struct, IComponent where T3 : struct, IComponent

Parameters

entity Entity
Delegate for processing an entity with three readonly components.
c1 T1
Delegate for processing an entity with three readonly components.
c2 T2
Delegate for processing an entity with three readonly components.
c3 T3
Delegate for processing an entity with three readonly components.

Type Parameters

T1
T2
T3