SetServerSimulationFrame
method in Coherence.Core.NetworkTime
Methods
public void SetServerSimulationFrame(AbsoluteSimulationFrame frame, Ping ping)
Sets the last received server simulation frame and ping and applies it only if the last Step() call didn't have stopApplyingServerSimFrame. Else, that frame (and ping) will be applied on the next Step() call when stopApplyingServerSimFrame is false.
Parameters
Type | Name | Description |
---|---|---|
AbsoluteSimulationFrame | frame | |
Ping | ping |