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