OptionalcellOptionalphasesPhases to register rebuild systems in (default: ['fixedUpdate', 'postUpdate']).
When both phases are registered, the postUpdate rebuild is
automatically skipped on cycles where:
fixedUpdate rebuild already ran this cycle, ANDIn flat-hierarchy scenes transform-propagation copies
localTransform → worldTransform unchanged, so the postUpdate
grid would duplicate the fixedUpdate one. The skip is automatic
and re-engages once any parent relationship is set, or whenever
fixedUpdate doesn't run that cycle (sub-fixed-DT frames).
Edge case: if you write to worldTransform directly between
phases without using transform-propagation or entity hierarchy,
the auto-skip will leave your writes unindexed. Set
phases: ['postUpdate'] explicitly to bypass the auto-skip.
OptionalpriorityPriority for rebuild systems (default: 2000, before collision)
OptionalsystemSystem group name (default: 'spatialIndex')
Cell size for the spatial hash grid (default: 64)