@minecraft/server-editor
Preparing search index...
WidgetComponentSplineOptions
Interface WidgetComponentSplineOptions
Beta
interface
WidgetComponentSplineOptions
{
controlPoints
:
Widget
[]
;
lockToSurface
?:
boolean
;
offset
?:
Vector3
;
splineType
?:
SplineType
;
stateChangeEvent
?:
(
arg0
:
WidgetComponentStateChangeEventData
)
=>
void
;
visible
?:
boolean
;
}
Hierarchy (
View Summary
)
WidgetComponentBaseOptions
WidgetComponentSplineOptions
Index
Properties
control
Points
lock
To
Surface?
offset?
spline
Type?
state
Change
Event?
visible?
Properties
Beta
control
Points
controlPoints
:
Widget
[]
Optional
Beta
lock
To
Surface
lockToSurface
?:
boolean
Optional
Beta
offset
offset
?:
Vector3
Optional
Beta
spline
Type
splineType
?:
SplineType
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
control
Points
lock
To
Surface
offset
spline
Type
state
Change
Event
visible
@minecraft/server-editor
Loading...