Revision Difference
mesh.Position#562573
<function name="Position" parent="mesh" type="libraryfunc">
<description>Sets the position to be used for the next vertex. See <page>mesh.Begin</page>.</description>
<realm>Client</realm>
<args>
<arg name="position" type="Vector">The position of the vertex.</arg>
</args>
<args name="Direct numbers input">
<arg name="x" type="number">The X position of the vertex.</arg>
<arg name="y" type="number">The Y position of the vertex.</arg>
<arg name="z" type="number">The Z position of the vertex.</arg>
</args>
</function>⤶
</function>