Texture(const string &id, int32_t depth, int32_t width, int32_t height, int32_t textureWidth, int32_t textureHeight, ByteBuffer *textureData)
Public constructor.
const string & getId() const
@ CLAMPMODE_TRANSPARENTPIXEL
ByteBuffer * getTextureData()
virtual void onDelete() override
Callback method to be overridden, will be called if object will be deleted.
int32_t getAtlasSize() const
int32_t getTextureHeight() const
void setAtlasSize(int32_t atlasSize)
Set atlas size.
int32_t getHeight() const
void setClampMode(ClampMode clampMode)
Set clamp mode.
ClampMode getClampMode() const
void setUseMipMap(bool useMipMap)
Set if to use mip map.
int32_t getTextureWidth() const
void setRepeat(bool repeat)
Set repeat.