Difference between revisions of "Texture"
From GiderosMobile
| Line 3: | Line 3: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
| + | <translate><br /> | ||
<br /> | <br /> | ||
| − | + | The [[[Texture` class lets you work with textures in an application. The `Texture]]] class lets you create<br /> | |
| − | The | + | a new [[[Texture]]] object to load from an image file and display in scene tree.<br /> |
| − | a new | + | <br /></translate> |
| − | <br /> | ||
{|- | {|- | ||
| style="width: 50%;"| | | style="width: 50%;"| | ||
Revision as of 13:38, 23 August 2018
Supported platforms: android, ios, mac, pc
Available since: Gideros 2011.6
Description
The [[[Texture` class lets you work with textures in an application. The `Texture]]] class lets you create
a new [[[Texture]]] object to load from an image file and display in scene tree.
MethodsTexture.new - creates a new Texture object |
EventsConstants |