Difference between revisions of "Path2D:setTexture"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.04<br/> === Description === Sets texture for fill and optionally apply transformation matrix to it. <source lang="lua"> = Path2D:...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2016.04<br/>
 
'''Available since:''' Gideros 2016.04<br/>
 +
'''Class:''' [[Path2D]]<br/>
 +
 
=== Description ===
 
=== Description ===
 
Sets texture for fill and optionally apply transformation matrix to it.
 
Sets texture for fill and optionally apply transformation matrix to it.
<source lang="lua">
+
<syntaxhighlight lang="lua">
= Path2D:setTexture(texturematrix,)
+
Path2D:setTexture(texture,matrix)
</source>
+
</syntaxhighlight>
'''texture:''' (TextureBase) texture to use as fill ''''''<br/>
+
 
'''matrix:''' (Matrix) transformation matrix for texture '''optional'''<br/>
+
=== Parameters ===
 +
'''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