Urho3D
Public Member Functions | Public Attributes | List of all members
Urho3D::SceneReplicationState Struct Reference

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

#include </home/runner/work/rurho3d.github.io/rurho3d.github.io/urho3d_repo/Source/Urho3D/Scene/ReplicationState.h>

Inheritance diagram for Urho3D::SceneReplicationState:
Urho3D::ReplicationState

Public Member Functions

void Clear ()
 

Public Attributes

HashMap< unsigned, NodeReplicationStatenodeStates_
 Nodes by ID.
 
HashSet< unsigned > dirtyNodes_
 Dirty node IDs.
 
- Public Attributes inherited from Urho3D::ReplicationState
Connectionconnection_
 Parent network connection.
 

Detailed Description

Per-user scene network replication state.


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