Difference between revisions of "TextureBase"
From GiderosMobile
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
<translate><br /> | <translate><br /> | ||
− | + | [[TextureBase]] is the base class for [[Texture]] and [[TexturePack]] classes. It provides a common functionaly to texture related classes.<br /> | |
<br /> | <br /> | ||
<ul><br /> | <ul><br /> |
Revision as of 14:07, 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 |