Struct ReferenceRect
Reference frame for GUI.
struct ReferenceRect
;
A rectangle box that displays only a borderColor
border color around its rectangle. ReferenceRect
has no fill Color
.
Properties
Name | Type | Description |
---|---|---|
borderColor [get, set]
|
Color | Sets the border Color of the ReferenceRect .
|
editorOnly [get, set]
|
bool | If set to true , the ReferenceRect will only be visible while in editor. Otherwise, ReferenceRect will be visible in game.
|
Methods
Name | Description |
---|---|
getBorderColor
|
|
getEditorOnly
|
|
setBorderColor
|
|
setEditorOnly
|