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 |
---|---|
bool | True if the entity's archetype is matched by the query, or false if not. |