接口 WidgetComponentSplineOptions实验性

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

层级 (查看完整内容)

属性

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