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

Hierarchy (View Summary)

Properties

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