Struct WriteJob<T>
Syntax
public struct WriteJob<T> : IJobChunk where T : struct, IComponentData
Type Parameters
Fields
HashMap
Declaration
[ReadOnly]
public NativeHashMap<Hash128, T> HashMap
Field Value
TemplateType
Declaration
public ComponentTypeHandle<T> TemplateType
Field Value
TrackBindingElementType
Declaration
[ReadOnly]
public BufferTypeHandle<TrackBindingElement> TrackBindingElementType
Field Value
Methods
Execute(ArchetypeChunk, Int32, Int32)
Declaration
public void Execute(ArchetypeChunk chunk, int chunkIndex, int firstEntityIndex)
Parameters
Implements