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

NameTypeDescription
borderColor[get, set] ColorSets the border Color of the ReferenceRect.
editorOnly[get, set] boolIf set to true, the ReferenceRect will only be visible while in editor. Otherwise, ReferenceRect will be visible in game.

Methods

NameDescription
getBorderColor
getEditorOnly
setBorderColor
setEditorOnly