Script API - v1.26.10
    Preparing search index...

    Class CatmullRomSpline

    CatmullRom spline creation.

    export class CatmullRomSpline {
    controlPoints: Vector3[];
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    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.