@minecraft/server-editor

    Interface WidgetComponentSplineOptionsBeta

    interface WidgetComponentSplineOptions {
        controlPoints: Widget[];
        lockToSurface?: boolean;
        offset?: Vector3;
        splineType?: SplineType;
        stateChangeEvent?: (arg0: WidgetComponentStateChangeEventData) => void;
        visible?: boolean;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    controlPoints: Widget[]
    lockToSurface?: boolean
    offset?: Vector3
    splineType?: SplineType
    stateChangeEvent?: (arg0: WidgetComponentStateChangeEventData) => void
    visible?: boolean
    MMNEPVFCICPMFPCPTTAAATR