Table of Contents

Delegate EntityAction<T1>

Namespace
KeenEyes
Assembly
KeenEyes.Core.dll

Delegate for processing an entity with one component.

public delegate void EntityAction<T1>(Entity entity, ref T1 c1) where T1 : struct, IComponent

Parameters

entity Entity
Delegate for processing an entity with one component.
c1 T1
Delegate for processing an entity with one component.

Type Parameters

T1