#include "../Container/HashSet.h"
#include "../Core/Object.h"
#include "../Core/Timer.h"
#include "../Input/Controls.h"
#include "../IO/VectorBuffer.h"
#include "../Scene/ReplicationState.h"
|
enum | Urho3D::ObserverPositionSendMode { OPSM_NONE = 0
, OPSM_POSITION
, OPSM_POSITION_ROTATION
} |
| Send modes for observer position/rotation. Activated by the client setting either position or rotation.
|
|
enum | Urho3D::PacketType { PT_UNRELIABLE_UNORDERED
, PT_UNRELIABLE_ORDERED
, PT_RELIABLE_UNORDERED
, PT_RELIABLE_ORDERED
} |
| Packet types for outgoing buffers. Outgoing messages are grouped by their type.
|
|