Class: WidgetComponentSpline experimental
componentBeta
Extends
Properties
componentType
readonlycomponentType:WidgetComponentType
Beta
Throws
This property can throw when used.
Inherited from
WidgetComponentBase.componentType
location
readonlylocation:Vector3
Beta
Throws
This property can throw when used.
Inherited from
lockToSurface
lockToSurface:
boolean
World Mutation Beta
Remarks
Inherited from
WidgetComponentBase.lockToSurface
name
readonlyname:string
Beta
Throws
This property can throw when used.
Inherited from
offset
offset:
Vector3
World Mutation Beta
Remarks
Inherited from
splineType
splineType:
SplineType
World Mutation Beta
Remarks
valid
readonlyvalid:boolean
Beta
Inherited from
visible
visible:
boolean
Beta
Inherited from
widget
readonlywidget:Widget
Beta
Throws
This property can throw when used.
Inherited from
Methods
delete()
delete():
void
World Mutation Beta
Returns
void
Remarks
Throws
This function can throw errors.
Inherited from
getControlPoints()
getControlPoints():
Widget[]
World Mutation Beta
Returns
Widget[]
Remarks
Throws
This function can throw errors.
Error
getInterpolatedPoints()
getInterpolatedPoints(
maxPointsPerControlSegment?):Vector3[]
World Mutation Beta
Parameters
maxPointsPerControlSegment?
number
Returns
Vector3[]
Remarks
Throws
This function can throw errors.
setControlPoints()
setControlPoints(
widgetList):void
World Mutation Beta
Parameters
widgetList
Widget[]
Returns
void
Remarks
Throws
This function can throw errors.
