關於
入門
手冊
.blend
res://
user://
reset_physics_interpolation()
import
@tool
@export_storage
@export_custom
@export_tool_button
@deprecated
@experimental
[MustBeVariant]
TIME
引擎詳細
_set
_get
_get_property_list
scene/
社群
類別參照手冊
繼承: Control < CanvasItem < Node < Object
顯示單色矩形的控制項。
顯示一個用純色 color 填充的矩形。如果你需要單獨顯示邊框,請考慮改用 Panel。
2D Dodge The Creeps 範例
Color
color
Color(1, 1, 1, 1)
Color color = Color(1, 1, 1, 1) 🔗
void set_color(value: Color)
Color get_color()
該矩形的填充顏色。