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