Check if an entity matches this query's requirements 检查实体是否匹配此查询的要求
Internal method to notify about entity additions 内部方法用于通知实体添加
Internal method to notify about entity changes 内部方法用于通知实体变更
Internal method to notify about entity removals 内部方法用于通知实体移除
Only iterate entities where specified components changed this frame 仅迭代指定组件在本帧发生变化的实体
Consume and clear accumulated delta 消费并清空累积的增量
Count matching entities (fast path for simple counting) 计算匹配实体数量(简单计数的快路径)
Get the first matching entity and its components 获取第一个匹配的实体及其组件
Iterate over matching entities with their components 遍历匹配的实体及其组件
Zero-allocation raw column iteration 零分配原始列遍历
Check if delta subscription is enabled 检查是否启用了增量订阅
Add optional components (callback receives undefined if not present) 添加可选组件(如果不存在则回调接收undefined)
Check if any entities match the query (optionally with predicate) 检查是否有实体匹配查询(可选谓词函数)
Optional
predicate: (entity: number, ...components: ReqTuple) => booleanCollect all matching entities into an array 收集所有匹配的实体到数组中
Generate chunk views for parallel processing 生成并行处理的分块视图
Filter: exclude entities that have these components 过滤:排除含有这些组件的实体
Query builder for component-based entity iteration 基于组件的实体遍历查询构建器