TmxFile2D.pkg 301 B

1234567891011
  1. $#include "Urho2D/TmxFile2D.h"
  2. // FIXME: complete the bindings for the rest of the class methods
  3. class TmxFile2D : Resource
  4. {
  5. void SetSpriteTextureEdgeOffset(float offset);
  6. float GetSpriteTextureEdgeOffset() const;
  7. tolua_property__get_set float spriteTextureEdgeOffset @ edgeOffset;
  8. };