@minecraft/server-editor
Preparing search index...
WidgetComponentTextOptions
Interface WidgetComponentTextOptions
Beta
interface
WidgetComponentTextOptions
{
color
?:
RGBA
;
lockToSurface
?:
boolean
;
offset
?:
Vector3
;
stateChangeEvent
?:
(
arg0
:
WidgetComponentStateChangeEventData
)
=>
void
;
visible
?:
boolean
;
}
Hierarchy (
View Summary
)
WidgetComponentBaseOptions
WidgetComponentTextOptions
Index
Properties
color?
lock
To
Surface?
offset?
state
Change
Event?
visible?
Properties
Optional
Beta
color
color
?:
RGBA
Optional
Beta
lock
To
Surface
lockToSurface
?:
boolean
Optional
Beta
offset
offset
?:
Vector3
Optional
Beta
state
Change
Event
stateChangeEvent
?:
(
arg0
:
WidgetComponentStateChangeEventData
)
=>
void
Optional
Beta
visible
visible
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
World Mutation
Early Execution
Theme
OS
Light
Dark
On This Page
Properties
color
lock
To
Surface
offset
state
Change
Event
visible
@minecraft/server-editor
Loading...