TextureBase:getSize
From GiderosMobile
Available since: Gideros 2021.10
Class: TextureBase
Description
Returns the size of a texture. <syntaxhighlight lang="lua"> (number), (number) = TextureBase:getSize() </source>
Return values
Returns (number) the width of the texture
Returns (number) the height of the texture