Field None
Include archetypes that do not contain these component types. For enableable component types, archetypes with these components will still be matched by the query, but only for entities with these components disabled.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
public ComponentType[] None
Returns
Type | Description |
---|---|
ComponentType[] |
Remarks
Effectively, this list means "absent, or present (but disabled)".