Difference between revisions of "TextureBase"
From GiderosMobile
Line 12: | Line 12: | ||
<br /></translate> | <br /></translate> | ||
{|- | {|- | ||
− | | style="width: 50%;"| | + | | style="width: 50%; vertical-align:top;"| |
=== Methods === | === Methods === | ||
− | [[TextureBase:getHeight]] | + | [[TextureBase:getHeight]] ''<translate>returns the height of the texture in pixels</translate>''<br/> |
− | [[TextureBase:getWidth]] | + | [[TextureBase:getWidth]] ''<translate>returns the width of the texture in pixels</translate>''<br/> |
− | | style="width: 50%;"| | + | | style="width: 50%; vertical-align:top;"| |
=== Events === | === Events === | ||
=== Constants === | === Constants === |
Revision as of 14:33, 23 August 2018
Supported platforms: android, ios, mac, pc
Available since: Gideros 2011.6
Description
TextureBase is the base class for Texture and TexturePack classes. It provides a common functionaly to texture related classes.
<ul>
<li>TextureBase.CLAMP = "clamp"</li>
<li>TextureBase.REPEAT = "repeat"</li>
</ul>
MethodsTextureBase:getHeight returns the height of the texture in pixels |
EventsConstantsTextureBase.CLAMP |