接口 WidgetComponentTextOptions

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

层级 (查看层级一览)

属性

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