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
entityEntityThe entity being processed.
c1T1A read-only reference to the component instance.
Type Parameters
T1The component type.