M_Mesh:AppendPoint(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 new point, connecting it with a curve to either the AddLonePoint point, or the last call to AppendPoint.
<< Back to M_Mesh