Interface IBufferElementData
An interface for creating structs that can be stored in a DynamicBuffer<T>.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
[RequireImplementors]
public interface IBufferElementData
Remarks
See Dynamic Buffers for additional information.