Texture: Difference between revisions

From Crumbled World Wiki
(Created page with "{{:TextureExampleCode}} ==Functions== {| class="wikitable" !|return !|function !|description |- |Text |getName() |Returns the name of the texture. |- |Vec2 |getSize() |Returns texture width and height. |- |}")
 
(No difference)

Latest revision as of 14:26, 5 July 2025

TextureExampleCode


Functions

return function description
Text getName() Returns the name of the texture.
Vec2 getSize() Returns texture width and height.