docs.unity.cn
    Show / Hide Table of Contents

    Method MatchesNoFilter

    MatchesNoFilter(Entity)

    Obsolete. Use MatchesIgnoreFilter(Entity) instead.

    Declaration
    [Obsolete("This function has been renamed to MatchesIgnoreFilter(). (RemovedAfter Entities 1.0) (UnityUpgradable) -> MatchesIgnoreFilter(*)", true)]
    public bool MatchesNoFilter(Entity e)
    Parameters
    Type Name Description
    Entity e

    The entity to check for match

    Returns
    Type Description
    Boolean

    True if the entity's archetype is matched by the query, or false if not.

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