Struct GatherJob<T>
Syntax
public struct GatherJob<T> : IJobChunk where T : struct, IComponentData
Type Parameters
Fields
ActiveStateType
Declaration
[ReadOnly]
public ComponentTypeHandle<ActiveState> ActiveStateType
Field Value
LastSystemVersion
Declaration
public uint LastSystemVersion
Field Value
Map
Declaration
public NativeHashMap<Hash128, T>.ParallelWriter Map
Field Value
TemplateType
Declaration
[ReadOnly]
public ComponentTypeHandle<T> TemplateType
Field Value
TrackBindingType
Declaration
[ReadOnly]
public ComponentTypeHandle<TrackBindingComponent> TrackBindingType
Field Value
Methods
Execute(ArchetypeChunk, Int32, Int32)
Declaration
public void Execute(ArchetypeChunk chunk, int chunkIndex, int firstEntityIndex)
Parameters
Implements