Urho3D
Classes | Enumerations | Functions
SmoothedTransform.h File Reference
#include "../Scene/Component.h"

Classes

class  Dviglo::SmoothedTransform
 Transform smoothing component for network updates. More...
 

Enumerations

enum  Dviglo::SmoothingType : unsigned { Dviglo::SMOOTH_NONE = 0, Dviglo::SMOOTH_POSITION = 1, Dviglo::SMOOTH_ROTATION = 2 }
 

Functions

 Dviglo::URHO3D_FLAGSET (SmoothingType, SmoothingTypeFlags)
 

Enumeration Type Documentation

◆ SmoothingType

enum Dviglo::SmoothingType : unsigned
Enumerator
SMOOTH_NONE 

No ongoing smoothing.

SMOOTH_POSITION 

Ongoing position smoothing.

SMOOTH_ROTATION 

Ongoing rotation smoothing.