Struct CreateBufferElementMap<T>
Syntax
public struct CreateBufferElementMap<T> : IJobChunk where T : struct, IBufferElementData, IEquatable<T>
Type Parameters
Fields
ActiveStateType
Declaration
[ReadOnly]
public ComponentTypeHandle<ActiveState> ActiveStateType
Field Value
BufferElementType
Declaration
[ReadOnly]
public ComponentTypeHandle<ManageBufferElement<T>> BufferElementType
Field Value
EntityType
Declaration
[ReadOnly]
public EntityTypeHandle EntityType
Field Value
HashMap
Declaration
public NativeMultiHashMap<Hash128, T>.ParallelWriter HashMap
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