M_Mesh:AddLonePoint(pos, frame)
Version added: before 9.5
Arguments:
Name | Type | Description | Default | Ver |
pos | Vector2 | Location of the new point | < 9.5 | |
frame | int32 | Frame number | < 9.5 |
Return value:
void none
Adds a lone, unconnected point to the mesh. Lone points are not normally allowed in Moho, so this function must be followed by one or more calls to the AppendPoint function.
<< Back to M_Mesh