A spline that linearly interpolates between points.
export class LinearSpline { controlPoints: Vector3[];} Copy
export class LinearSpline { controlPoints: Vector3[];}
Control points for the Linear spline.
This property can't be edited in restricted-execution mode.
This property can't be read in early-execution mode.
A spline that linearly interpolates between points.
Source