TextureBase:getSize

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Available since: Gideros 2021.10
Class: TextureBase

Description

Returns the size of a texture.

(number), (number) = TextureBase:getSize()

Return values

Returns (number) the width of the texture
Returns (number) the height of the texture