WidgetComponentSpline¶
文档版本:1.21.60.21
WidgetComponentSpline类,扩展自WidgetComponentBase。script_api.minecraft/server-editor-bindings.widgetcomponentspline.description
属性¶
splineType
splineType:SplineType- script_api.minecraft/server-editor-bindings.widgetcomponentspline.splinetype.description
方法¶
getControlPoints
script_api.minecraft/server-editor-bindings.widgetcomponentspline.getcontrolpoints.description
getInterpolatedPoints
script_api.minecraft/server-editor-bindings.widgetcomponentspline.getinterpolatedpoints.description
maxPointsPerControlSegment?:int32=null- script_api.minecraft/server-editor-bindings.widgetcomponentspline.getinterpolatedpoints.maxpointspercontrolsegment.description
setControlPoints
script_api.minecraft/server-editor-bindings.widgetcomponentspline.setcontrolpoints.description
widgetList:Widget[]- script_api.minecraft/server-editor-bindings.widgetcomponentspline.setcontrolpoints.widgetlist.description
- 返回值:
void - script_api.minecraft/server-editor-bindings.widgetcomponentspline.setcontrolpoints.return