ControlPoint:SetOrder(order)
|
Sets the order of the control point in a path animation.
|
ControlPoint:SetOffset(x, y)
|
Sets the offset for the control point.
|
order = ControlPoint:GetOrder()
|
Returns the order of the control point in a path animation.
|
x, y = ControlPoint:GetOffset()
|
Returns the offset for the control point.
|