docs.unity.cn
    Show / Hide Table of Contents

    Interface ISystemStateBufferElementData

    Obsolete. Use ICleanupBufferElementData instead.

    Namespace: Unity.Entities
    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.

    See Also

    ICleanupComponentData
    IBufferElementData
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023