Urho3D
Public Attributes
Urho3D::NetworkState Struct Reference

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

#include <ReplicationState.h>

List of all members.

Public Attributes

const Vector< AttributeInfo > * attributes_
 Cached network attribute infos.
Vector< VariantcurrentValues_
 Current network attribute values.
Vector< VariantpreviousValues_
 Previous network attribute values.
PODVector< ReplicationState * > replicationStates_
 Replication states that are tracking this object.
VariantMap previousVars_
 Previous user variables.

Detailed Description

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


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