Interface IComponentData
This interface marks structs as 'unmanaged components' and classes as 'managed components'.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
[RequireImplementors]
public interface IComponentData : IQueryTypeParameter
Remarks
For more information, see the documentation on components.