接口 WidgetComponentGuideOptions实验性

interface WidgetComponentGuideOptions {
    lockToSurface?: boolean;
    offset?: Vector3;
    stateChangeEvent?: ((arg: WidgetComponentStateChangeEventData) => void);
    visible?: boolean;
}

层级 (查看完整内容)

属性

lockToSurface?: boolean
offset?: Vector3
stateChangeEvent?: ((arg: WidgetComponentStateChangeEventData) => void)
visible?: boolean