Interface ICleanupComponentData
An interface for a component that must be removed individually after its entity is destroyed.
Namespace: Unity.Entities
Syntax
[RequireImplementors]
public interface ICleanupComponentData : IComponentData, IQueryTypeParameter
Remarks
See Cleanup Components for additional information.