@minecraft/server-editor
    Preparing search index...

    Interface WidgetComponentSplineOptionsBeta

    interface WidgetComponentSplineOptions {
        controlPoints: Widget[];
        lockToSurface?: boolean;
        offset?: Vector3;
        splineType?: SplineType;
        visible?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    controlPoints: Widget[]
    lockToSurface?: boolean
    offset?: Vector3
    splineType?: SplineType
    visible?: boolean