PHYSICS_WRITE_INTERVAL_MS
const PHYSICS_WRITE_INTERVAL_MS = 20Default interval between physics frame writes to main thread (ms).
20ms = 50 FPS. Can be overridden via Physics config physicsFPS option
or automatically by physics model's targetFPS (e.g., HalfLifeModel uses 100 FPS).