Rebel Fork Framework
Urho3D::NetworkFrameSync Struct Reference

#include <Urho3D/Replica/NetworkId.h>

Public Attributes

NetworkFrame networkFrame_ {}
 Synchronized network frame.
 
unsigned offset_ {}
 

Detailed Description

Marker used to synchronize the beginning of the fixed-step event (like physical world update) and the network frame.

Member Data Documentation

◆ offset_

unsigned Urho3D::NetworkFrameSync::offset_ {}

Index of the fixed-step event that corresponds to the beginning of the synchronized network frame. If network update rate is the same as fixed-step event rate, index is always zero.


The documentation for this struct was generated from the following file: