Script API - v1.21.70
Preparing search index...
@minecraft/server-editor
WidgetComponentEntityOptions
Interface WidgetComponentEntityOptions
interface
WidgetComponentEntityOptions
{
deselectedAnimation
?:
string
;
isClickable
?:
boolean
;
lockToSurface
?:
boolean
;
offset
?:
Vector3
;
selectedAnimation
?:
string
;
stateChangeEvent
?:
(
arg0
:
WidgetComponentStateChangeEventData
)
=>
void
;
visible
?:
boolean
;
}
Hierarchy (
View Summary
)
WidgetComponentBaseOptions
WidgetComponentEntityOptions
Index
Properties
deselected
Animation?
is
Clickable?
lock
To
Surface?
offset?
selected
Animation?
state
Change
Event?
visible?
Properties
Optional
deselected
Animation
deselectedAnimation
?:
string
Optional
is
Clickable
isClickable
?:
boolean
Optional
lock
To
Surface
lockToSurface
?:
boolean
Optional
offset
offset
?:
Vector3
Optional
selected
Animation
selectedAnimation
?:
string
Optional
state
Change
Event
stateChangeEvent
?:
(
arg0
:
WidgetComponentStateChangeEventData
)
=>
void
Optional
visible
visible
?:
boolean
Settings
Member Visibility
External
Inherited
Private
Protected
Deprecated
Theme
OS
Light
Dark
On This Page
Properties
deselected
Animation
is
Clickable
lock
To
Surface
offset
selected
Animation
state
Change
Event
visible
Script API - v1.21.70
Loading...