Difference between revisions of "Path2D:setTexture"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2016.04<br/>
'''<translate>Available since</translate>:''' Gideros 2016.04<br/>
+
'''Class:''' [[Path2D]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Path2D|Path2D]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate>Sets texture for fill and optionally apply transformation matrix to it.</translate>
+
Sets texture for fill and optionally apply transformation matrix to it.
<source lang="lua">
+
<syntaxhighlight lang="lua">
Path2D:setTexture(texture,matrix)
+
Path2D:setTexture(texture,matrix)
</source>
+
</syntaxhighlight>
=== <translate>Parameters</translate> ===
+
 
'''texture''': (TextureBase) <translate>texture to use as fill</translate> <br/>
+
=== Parameters ===
'''matrix''': (Matrix) <translate>transformation matrix for texture</translate> '''optional'''<br/>
+
'''texture''': (TextureBase) texture to use as fill<br/>
 +
'''matrix''': (Matrix) transformation matrix for texture '''optional'''<br/>
 +
 
 +
{{Path2D}}

Latest revision as of 15:32, 13 July 2023

Available since: Gideros 2016.04
Class: Path2D

Description

Sets texture for fill and optionally apply transformation matrix to it.

Path2D:setTexture(texture,matrix)

Parameters

texture: (TextureBase) texture to use as fill
matrix: (Matrix) transformation matrix for texture optional