Table of Contents

Interface IJobEntity<T0, T1>

Namespace
Ghost.Entities
Assembly
Ghost.Entities.dll
public interface IJobEntity<T0, T1> where T0 : unmanaged, IComponent where T1 : unmanaged, IComponent

Type Parameters

T0
T1

Methods

Execute(Entity, ref T0, ref T1, ref readonly JobExecutionContext)

void Execute(Entity entity, ref T0 component0, ref T1 component1, ref readonly JobExecutionContext ctx)

Parameters

entity Entity
component0 T0
component1 T1
ctx JobExecutionContext