StretchableSprite2D.pkg 232 B

1234567891011
  1. $#include "Urho2D/StretchableSprite2D.h"
  2. class StretchableSprite2D : public StaticSprite2D
  3. {
  4. public:
  5. void SetBorder(const IntRect& border);
  6. const IntRect& GetBorder() const;
  7. tolua_property__get_set IntRect border;
  8. };