Class: CustomWidget
Extends
Constructors
new CustomWidget()
private
new CustomWidget():CustomWidget
Returns
Overrides
Properties
location
readonly
location:Vector3
rotation
readonly
rotation:Vector2
showTextOnlyWhenSelected
readonly
showTextOnlyWhenSelected:boolean
valid
readonly
valid:boolean
Inherited from
Methods
getIsSelected()
getIsSelected():
boolean
Returns
boolean
Inherited from
getIsVisible()
getIsVisible():
boolean
Returns
boolean
Inherited from
getText()
getText():
string
Returns
string
setIsVisible()
setIsVisible(
isVisible
):void
Parameters
Parameter | Type |
---|---|
isVisible | boolean |
Returns
void
Inherited from
Remarks
This function can't be called in read-only mode.
setText()
setText(
text
):void
Parameters
Parameter | Type |
---|---|
text | string |
Returns
void
Remarks
This function can't be called in read-only mode.