|
Rebel Fork Framework
|
#include "Urho3D/IO/IODefs.h"#include "Urho3D/Replica/BehaviorNetworkObject.h"#include "Urho3D/Replica/NetworkValue.h"Classes | |
| class | Urho3D::ReplicatedTransform |
| Behavior that replicates transform of the node. More... | |
| struct | Urho3D::ReplicatedTransform::ServerData |
| struct | Urho3D::ReplicatedTransform::ClientData |
Typedefs | |
| using | Urho3D::PositionAndVelocity = ValueWithDerivative< DoubleVector3 > |
| Position-velocity pair, can be used to interpolate and extrapolate object position. | |
| using | Urho3D::RotationAndVelocity = ValueWithDerivative< Quaternion > |
| Rotation-velocity pair, can be used to interpolate and extrapolate object rotation. | |
Enumerations | |
| enum class | Urho3D::ReplicatedRotationMode { None , XYZ } |
| Mode of rotation replication. | |