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

Hierarchy (View Summary)

Properties

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