Dry
Enumerations
AnimationDefs.h File Reference

Enumerations

enum  Dry::WrapMode { Dry::WM_LOOP = 0, Dry::WM_ONCE, Dry::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.