Urho3D
Public Member Functions | Public Attributes
Urho3D::NodeReplicationState Struct Reference

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

#include <ReplicationState.h>

Inheritance diagram for Urho3D::NodeReplicationState:
Urho3D::ReplicationState

List of all members.

Public Member Functions

 NodeReplicationState ()
 Construct.

Public Attributes

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

Detailed Description

Per-user node network replication state.


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