接口 WidgetComponentSplineOptions

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

层级 (查看层级一览)

属性

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