Interface IJobEntity<T0>
public interface IJobEntity<T0> where T0 : unmanaged, IComponent
Type Parameters
T0
Methods
Execute(Entity, ref T0, ref readonly JobExecutionContext)
void Execute(Entity entity, ref T0 component0, ref readonly JobExecutionContext ctx)
Parameters
entityEntitycomponent0T0ctxJobExecutionContext