CatmullRom spline creation.
export class CatmullRomSpline { controlPoints: Vector3[];} Copy
export class CatmullRomSpline { controlPoints: Vector3[];}
Control points for the CatmullRom curve.
This property can't be edited in restricted-execution mode.
This property can't be read in early-execution mode.
CatmullRom spline creation.
Source