Difference between revisions of "Matrix:setAnchorPosition"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2016.06<br/>
 
'''Available since:''' Gideros 2016.06<br/>
 +
'''Class:''' [[Matrix]]<br/>
 +
 
=== Description ===
 
=== Description ===
transform matrix for setting anchor position
+
Transform Matrix for setting the anchors position.
<source lang="lua">
+
<syntaxhighlight lang="lua">
Matrix:setAnchorPosition(x,y,z)
+
Matrix:setAnchorPosition(x,y,z)
</source>
+
</syntaxhighlight>
'''x''': (number) x anchor position ''''''<br/>
+
 
'''y''': (number) y anchor position ''''''<br/>
+
=== Parameters ===
 +
'''x''': (number) x anchor position<br/>
 +
'''y''': (number) y anchor position<br/>
 
'''z''': (number) z anchor position '''optional'''<br/>
 
'''z''': (number) z anchor position '''optional'''<br/>
 +
 +
{{Matrix}}

Latest revision as of 15:30, 13 July 2023