Class EntityInQueryIndex
Specifies that this int parameter is used as a way to get the EntityInQuery index. Usage: An int parameter found inside the execute method of a IJobEntity.
Namespace: Unity.Entities
Syntax
[AttributeUsage(AttributeTargets.Parameter)]
public sealed class EntityInQueryIndex : Attribute, _Attribute