Skip to content

@minecraft/server


@minecraft/server / CatmullRomSpline

Class: CatmullRomSpline ​

Defined in: @minecraft/server/index.d.ts:6161

CatmullRom spline creation.

Constructors ​

Constructor ​

new CatmullRomSpline(): CatmullRomSpline

Returns ​

CatmullRomSpline

Properties ​

controlPoints ​

controlPoints: Vector3[]

Defined in: @minecraft/server/index.d.ts:6169

Remarks ​

Control points for the CatmullRom curve.

This property can't be edited in restricted-execution mode.