关于
入门
手册
.blend
res://
user://
reset_physics_interpolation()
import
@tool
@export_storage
@export_custom
@export_tool_button
@deprecated
@experimental
TIME
贡献
auto
#pragma once
try
catch
社区
类参考
继承: 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()
该矩形的填充颜色。