Rebel Fork Framework
|
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< Vector3 > |
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 | Urho3D::ReplicatedRotationMode { None, XYZ } |
Mode of rotation replication. | |