docs.unity.cn
    Show / Hide Table of Contents

    Method IsComponentEnabled

    IsComponentEnabled(Entity)

    Obsolete. Use IsBufferEnabled(Entity) instead.

    Declaration
    [Obsolete("Use SetBufferEnabled (RemovedAfter: Entities pre-1.0) (UnityUpgradeable) -> IsBufferEnabled(*)")]
    public void IsComponentEnabled(Entity entity)
    Parameters
    Type Name Description
    Entity entity

    The entity whose component should be checked.

    Remarks

    Obsolete. Use IsBufferEnabled(Entity) instead.

    Checks whether the IBufferElementData of type T is enabled on the specified Entity. For the purposes of EntityQuery matching, an entity with a disabled component will behave as if it does not have that component. The type T must implement the IEnableableComponent interface.

    Exceptions
    Type Condition
    ArgumentException

    The Entity does not exist.

    See Also
    SetBufferEnabled(Entity, Boolean)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, September 20, 2023