Urho3D
Enumerations
AnimationDefs.h File Reference

Enumerations

enum  Dviglo::WrapMode { Dviglo::WM_LOOP = 0, Dviglo::WM_ONCE, Dviglo::WM_CLAMP }
 Animation wrap mode. More...
 

Enumeration Type Documentation

◆ WrapMode

Animation wrap mode.

Enumerator
WM_LOOP 

Loop mode.

WM_ONCE 

Play once, when animation finished it will be removed.

WM_CLAMP 

Clamp mode.