AnimationSet2D.pkg 241 B

123456789
  1. $#include "Urho2D/AnimationSet2D.h"
  2. class AnimationSet2D : Resource
  3. {
  4. unsigned GetNumAnimations() const;
  5. String GetAnimation(unsigned index) const;
  6. tolua_readonly tolua_property__get_set unsigned numAnimations;
  7. };