egametang
打印的代码:
Log.Error($“AuthorityFrame({room.AuthorityFrame}) : PredictionFrame({room.PredictionFrame}) : AuthorityFrameTime({room.FixedTimeCounter.FrameTime(room.AuthorityFrame)}) : PredictionFrameTime({room.FixedTimeCounter.FrameTime(room.PredictionFrame)})”)
触发输入的客户端打印
服务器端打印
另一个客户端的打印
计时器的开始时间该用哪个?用第84帧计算出来的时间三个端都不一样,还是说就用84帧乘上一个固定帧间隔时间作为开始时间?