⚠️ This documentation corresponds to the latest development branch of axmol. It might diverge from the official releases.

Axmol Engine 3.0.0-dff292a
Loading...
Searching...
No Matches
Texture2D Member List

This is the complete list of members for Texture2D, including all inherited members.

_IDObject
_luaIDObject
autorelease()Object
drawAtPoint(const Vec2 &point, float globalZOrder)Texture2D
drawInRect(const Rect &rect, float globalZOrder)Texture2D
getBitsPerPixelForFormat() constTexture2D
getBitsPerPixelForFormat(rhi::PixelFormat format) constTexture2D
getContentSize() constTexture2D
getContentSizeInPixels()Texture2D
getMaxS() constTexture2D
getMaxT() constTexture2D
getPixelFormat() constTexture2D
getPixelsHigh() constTexture2D
getPixelsWide() constTexture2D
getReferenceCount() constObject
getStringForFormat() constTexture2D
hasMipmaps() constTexture2D
hasPremultipliedAlpha() constTexture2D
initWithData(const void *data, ssize_t dataSize, rhi::PixelFormat pixelFormat, int pixelsWide, int pixelsHigh, bool preMultipliedAlpha=false, bool autoGenMipmaps=false)Texture2Dinline
initWithData(const void *data, ssize_t dataSize, rhi::PixelFormat pixelFormat, rhi::PixelFormat renderFormat, int pixelsWide, int pixelsHigh, bool preMultipliedAlpha=false, bool autoGenMipmaps=false)Texture2D
initWithImage(Image *image, PixelFormat renderFormat=PixelFormat::NONE, bool autoGenMipmaps=false)Texture2D
initWithMipmaps(std::span< MipmapInfo > mipmaps, rhi::PixelFormat pixelFormat, rhi::PixelFormat renderFormat, int pixelsWide, int pixelsHigh, bool preMultipliedAlpha=false)Texture2D
initWithString(std::string_view text, std::string_view fontName, float fontSize, const Vec2 &dimensions=Vec2(0, 0), TextHAlignment hAlignment=TextHAlignment::CENTER, TextVAlignment vAlignment=TextVAlignment::TOP, bool enableWrap=true, int overflow=0)Texture2D
initWithString(std::string_view text, const FontDefinition &textDefinition)Texture2D
release()Object
retain()Object
setAliasTexParameters()Texture2D
setAntiAliasTexParameters()Texture2D
setMaxS(float maxS)Texture2D
setMaxT(float maxT)Texture2D
TexParams typedefTexture2D
updateData(Image *image)Texture2D
updateData(std::span< const TextureSliceData > subDatas)Texture2D
updateData(const void *data, int width, int height, int level=0, int layerIndex=0)Texture2D
updateSubData(const void *data, int offsetX, int offsetY, int width, int height, int level=0, int layerIndex=0)Texture2D
~Object()Objectvirtual
~Texture2D()Texture2Dvirtual