Class: WidgetGroup
Constructors
new WidgetGroup()
private
new WidgetGroup():WidgetGroup
Returns
Properties
valid
readonly
valid:boolean
Methods
createCustomWidget()
createCustomWidget(
customEntityName
,location
,rotation
?,options
?):CustomWidget
Parameters
Parameter | Type |
---|---|
customEntityName | string |
location | Vector3 |
rotation ? | Vector2 |
options ? | CustomWidgetCreateOptions |
Returns
Remarks
This function can't be called in read-only mode.
Throws
This function can throw errors.
deleteWidget()
deleteWidget(
widgetToDelete
):void
Parameters
Parameter | Type |
---|---|
widgetToDelete | Widget |
Returns
void
Remarks
This function can't be called in read-only mode.
Throws
This function can throw errors.
getIsVisible()
getIsVisible():
boolean
Returns
boolean
Remarks
This function can't be called in read-only mode.
setIsVisible()
setIsVisible(
isVisible
):void
Parameters
Parameter | Type |
---|---|
isVisible | boolean |
Returns
void
Remarks
This function can't be called in read-only mode.