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

Hierarchy (View Summary)

Properties

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