Difference between revisions of "Texture"

From GiderosMobile
Line 5: Line 5:
 
<translate><br />
 
<translate><br />
 
<br />
 
<br />
The [[Texture]] class lets you work with textures in an application. The [[Texture]] class lets you create<br />
+
The [[Special:MyLanguage/Texture|Texture]] class lets you work with textures in an application. The [[Special:MyLanguage/Texture|Texture]] class lets you create<br />
a new [[Texture]] object to load from an image file and display in scene tree.<br />
+
a new [[Special:MyLanguage/Texture|Texture]] object to load from an image file and display in scene tree.<br />
 
<br /></translate>
 
<br /></translate>
 
{|-
 
{|-
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
 
=== Methods ===
 
=== Methods ===
[[Texture.new]] ''<translate>creates a new Texture object</translate>''<br/>
+
[[Special:MyLanguage/Texture.new|Texture.new]] ''<translate>creates a new Texture object</translate>''<br/>
[[Texture.new]] <br/>
+
[[Special:MyLanguage/Texture.new|Texture.new]] <br/>
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
 
=== Events ===
 
=== Events ===
 
=== Constants ===
 
=== Constants ===
 
|}
 
|}

Revision as of 17:35, 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.

Methods

Texture.new creates a new Texture object
Texture.new

Events

Constants