ReferenceRect

Inherits: Control < CanvasItem < Node < Object

Marco de referencia para la interfaz gráfica de usuario.

Descripción

A rectangle box that displays only a border_color border color around its rectangle. ReferenceRect has no fill Color. If you need to display a rectangle filled with a solid color, consider using ColorRect instead.

Propiedades

Color

border_color

Color( 1, 0, 0, 1 )

float

border_width

1.0

bool

editor_only

true

Descripciones de Propiedades

Default

Color( 1, 0, 0, 1 )

Setter

set_border_color(value)

Getter

get_border_color()

Establece el borde Color del ReferenceRect.


Default

1.0

Setter

set_border_width(value)

Getter

get_border_width()

Sets the border width of the ReferenceRect. The border grows both inwards and outwards with respect to the rectangle box.


Default

true

Setter

set_editor_only(value)

Getter

get_editor_only()

Si se ajusta a true, el ReferenceRect sólo será visible mientras esté en el editor. De lo contrario, el ReferenceRect será visible en el juego.