Rebel Fork Framework
AnimatedSprite2D.h File Reference
#include "../Urho2D/StaticSprite2D.h"

Classes

class  Urho3D::AnimatedSprite2D
 Animated sprite component, it uses to play animation created by Spine (http://www.esotericsoftware.com) and Spriter (http://www.brashmonkey.com/). More...
 

Enumerations

enum  Urho3D::LoopMode2D { Urho3D::LM_DEFAULT = 0, Urho3D::LM_FORCE_LOOPED, Urho3D::LM_FORCE_CLAMPED }
 Loop mode. More...
 

Enumeration Type Documentation

◆ LoopMode2D

Loop mode.

Enumerator
LM_DEFAULT 

Default, use animation's value.

LM_FORCE_LOOPED 

Force looped.

LM_FORCE_CLAMPED 

Force clamped.