Source/Urho3D/Scene/SmoothedTransform.h File Reference
SmoothedTransform.h File Reference
#include "../Scene/Component.h"
Include dependency graph for SmoothedTransform.h:
Classes | |
class | Urho3D::SmoothedTransform |
Transform smoothing component for network updates. More... | |
Enumerations | |
enum | Urho3D::SmoothingType : unsigned { Urho3D::SMOOTH_NONE = 0, Urho3D::SMOOTH_POSITION = 1, Urho3D::SMOOTH_ROTATION = 2 } |
Functions | |
Urho3D::URHO3D_FLAGSET (SmoothingType, SmoothingTypeFlags) | |
Enumeration Type Documentation
◆ SmoothingType
enum Urho3D::SmoothingType : unsigned |