@minecraft/server-editor
Preparing search index...
WidgetComponentEntityOptions
Interface WidgetComponentEntityOptions
Beta
interface
WidgetComponentEntityOptions
{
deselectedAnimation
?:
string
;
isClickable
?:
boolean
;
lockToSurface
?:
boolean
;
offset
?:
Vector3
;
selectedAnimation
?:
string
;
visible
?:
boolean
;
}
Hierarchy (
View Summary
)
WidgetComponentBaseOptions
WidgetComponentEntityOptions
Index
Properties
deselected
Animation?
is
Clickable?
lock
To
Surface?
offset?
selected
Animation?
visible?
Properties
Optional
Beta
deselected
Animation
deselectedAnimation
?:
string
Optional
Beta
is
Clickable
isClickable
?:
boolean
Optional
Beta
lock
To
Surface
lockToSurface
?:
boolean
Optional
Beta
offset
offset
?:
Vector3
Optional
Beta
selected
Animation
selectedAnimation
?:
string
Optional
Beta
visible
visible
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
World Mutation
Early Execution
Theme
OS
Light
Dark
On This Page
Properties
deselected
Animation
is
Clickable
lock
To
Surface
offset
selected
Animation
visible
@minecraft/server-editor
Loading...