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