docs.unity.cn
    Show / Hide Table of Contents

    Interface ISystemStateComponentData

    Obsolete. Use ICleanupComponentData instead.

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

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