Difference between revisions of "Mesh:getTextureCoordinate"

From GiderosMobile
(removed language stuff)
Line 4: Line 4:
  
 
=== Description ===
 
=== Description ===
Returns the u and v coordinate of the i-th element of the texture coordinate array.
+
Returns the u and v coordinate of the i-th element from the texture coordinate array.
 
<source lang="lua">
 
<source lang="lua">
 
(number), (number) = Mesh:getTextureCoordinate(i)
 
(number), (number) = Mesh:getTextureCoordinate(i)

Revision as of 00:21, 15 March 2021