Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
ColorRect¶
Inherits: Control < CanvasItem < Node < Object
A control that displays a solid color rectangle.
描述¶
Displays a rectangle filled with a solid color. If you need to display the border alone, consider using a Panel instead.
教程¶
属性¶
|
Property Descriptions¶
Color color = Color(1, 1, 1, 1)
The fill color of the rectangle.