Table of Contents

Delegate EntityActionReadOnly<T1>

Namespace
KeenEyes
Assembly
KeenEyes.Core.dll

Delegate for processing an entity with one readonly component.

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

Parameters

entity Entity

The entity being processed.

c1 T1

A read-only reference to the component instance.

Type Parameters

T1

The component type.