Path:SetCurve("curveType")
|
Sets the curve type for the path animation.
|
max = Path:GetMaxOrder()
|
Returns the maximum order of the control points belonging to a given path.
|
curveType = Path:GetCurve()
|
Returns the curveType of the given path.
|
... = Path:GetControlPoints()
|
Returns the control points that belong to a given path.
|