estimateRoomStep
estimateRoomStep(
clock,nowMilliseconds):number
Defined in: packages/engine/src/gameplay/replication/clock.ts:111
The room’s step at nowMilliseconds on the client’s clock, to the
fraction of a step.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
clock |
RoomClock |
nowMilliseconds |
number |
Returns
Section titled “Returns”number