@minecraft/server-editor
Preparing search index...
WidgetComponentGizmoOptions
Interface WidgetComponentGizmoOptions
Beta
interface
WidgetComponentGizmoOptions
{
axes
?:
Axis
;
enablePlanes
?:
boolean
;
lockToSurface
?:
boolean
;
normalizedAutoOffset
?:
Vector3
;
offset
?:
Vector3
;
stateChangeEvent
?:
(
arg0
:
WidgetComponentGizmoStateChangeEventParameters
,
)
=>
void
;
visible
?:
boolean
;
}
Hierarchy (
View Summary
)
WidgetComponentBaseOptions
WidgetComponentGizmoOptions
Index
Properties
axes?
enable
Planes?
lock
To
Surface?
normalized
Auto
Offset?
offset?
state
Change
Event?
visible?
Properties
Optional
Beta
axes
axes
?:
Axis
Optional
Beta
enable
Planes
enablePlanes
?:
boolean
Optional
Beta
lock
To
Surface
lockToSurface
?:
boolean
Optional
Beta
normalized
Auto
Offset
normalizedAutoOffset
?:
Vector3
Optional
Beta
offset
offset
?:
Vector3
Optional
Beta
state
Change
Event
stateChangeEvent
?:
(
arg0
:
WidgetComponentGizmoStateChangeEventParameters
,
)
=>
void
Optional
Beta
visible
visible
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
World Mutation
Early Execution
Theme
OS
Light
Dark
On This Page
Properties
axes
enable
Planes
lock
To
Surface
normalized
Auto
Offset
offset
state
Change
Event
visible
@minecraft/server-editor
Loading...