UpdateSplinePoint()
语法
UpdateSplinePoint(#Spline, PointIndex, x, y, z)概要
Update the specified point in the spline. The time to go from one point to another is always the same, independent from the distance between these points.
参数
#Spline The spline to use. PointIndex The point index. The first point index is zero. The point index has to be below than the result of CountSplinePoints(). x, y, z The new point position in the world.
返回值
无.
参阅
CreateSpline(), ComputeSpline()
已支持操作系统
所有