Interface ISystemStateComponentData
Obsolete. Use ICleanupComponentData instead.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
[Obsolete("ISystemStateComponentData has been renamed to ICleanupComponentData. This old type has been kept for transition purposes, but it will not function correctly, so you should replace it with ICleanupComponentData immediately. (UnityUpgradable) -> ICleanupComponentData", true)]
public interface ISystemStateComponentData : IComponentData, IQueryTypeParameter
Remarks
Obsolete. Use ICleanupComponentData instead. See Cleanup Components for additional information.
An interface for a component that must be removed individually after its entity is destroyed.