docs.unity.cn
    Show / Hide Table of Contents

    Interface ISystemStateSharedComponentData

    Obsolete. Use ICleanupSharedComponentData instead.

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

    See Also

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