$#include "Urho2D/AnimationSet2D.h" class AnimationSet2D : Resource { unsigned GetNumAnimations() const; String GetAnimation(unsigned index) const; tolua_readonly tolua_property__get_set unsigned numAnimations; };