增加圆角参数

This commit is contained in:
joylink_zhaoerwei 2023-06-12 15:58:08 +08:00
parent 49b9d50ddb
commit 133395f499

View File

@ -10,7 +10,7 @@ message RtssGraphicStorage {
repeated IscsFan iscsFans = 3;
repeated Platform Platforms = 4;
repeated Station stations = 5;
repeated Rect Rects = 6;
repeated Rect rects = 6;
repeated Train train = 7;
repeated Signal signals = 8;
repeated Turnout turnouts = 9;
@ -78,10 +78,10 @@ message Rect {
string code = 2;
int32 lineWidth = 3; // 线
string lineColor = 4; // 线
Point point = 5; //
float width = 6; //
float height = 7; //
repeated Point points = 8; //
float width = 5; //
float height = 6; //
int32 radius = 7; //
Point point = 8; //
}
message Platform {