QueryCost
此内容尚不支持你的语言。
Defined in: ecs/query.ts:378
What a system’s queries walked in a frame, and what they then discarded.
Properties
Section titled “Properties”calls:
number
Defined in: ecs/query.ts:380
Times the system asked a query for its entities.
filtered
Section titled “filtered”filtered:
number
Defined in: ecs/query.ts:384
Of those, entities an Added/Changed filter rejected.
scanned
Section titled “scanned”scanned:
number
Defined in: ecs/query.ts:382
Entities those calls walked, summed.