Urho3D
Public Attributes | List of all members
Urho3D::NetworkState Struct Reference

Per-object attribute state for network replication, allocated on demand. More...

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

Public Attributes

const Vector< AttributeInfo > * attributes_ {}
 Cached network attribute infos.
 
Vector< VariantcurrentValues_
 Current network attribute values.
 
Vector< VariantpreviousValues_
 Previous network attribute values.
 
Vector< ReplicationState * > replicationStates_
 Replication states that are tracking this object.
 
VariantMap previousVars_
 Previous user variables.
 
unsigned long long interceptMask_ {}
 Bitmask for intercepting network messages. Used on the client only.
 

Detailed Description

Per-object attribute state for network replication, allocated on demand.


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