docs.unity.cn
    Show / Hide Table of Contents

    Method MatchesNoFilter

    MatchesNoFilter(Entity)

    Returns true if the entity matches the query, false if it does not. Applies any filters

    Declaration
    public bool MatchesNoFilter(Entity e)
    Parameters
    Type Name Description
    Entity e

    The entity to check for match

    Returns
    Type Description
    Boolean
    Remarks

    This function creates an EntityQueryMask, if one does not exist for this query already. A maximum of 1024 EntityQueryMasks can be allocated per World.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use