Urho3D
Public Attributes | List of all members
Dviglo::NodeReplicationState Struct Reference

Per-user node network replication state. More...

#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/Source/Urho3D/Scene/ReplicationState.h>

Inheritance diagram for Dviglo::NodeReplicationState:
Dviglo::ReplicationState

Public Attributes

SceneReplicationStatesceneState_
 Parent scene replication state.
 
WeakPtr< Nodenode_
 Link to the actual node.
 
DirtyBits dirtyAttributes_
 Dirty attribute bits.
 
HashSet< StringHashdirtyVars_
 Dirty user vars.
 
HashMap< unsigned, ComponentReplicationStatecomponentStates_
 Components by ID.
 
float priorityAcc_ {}
 Interest management priority accumulator.
 
bool markedDirty_ {}
 Whether exists in the SceneState's dirty set.
 
- Public Attributes inherited from Dviglo::ReplicationState
Connectionconnection_
 Parent network connection.
 

Detailed Description

Per-user node network replication state.


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