Add behavior details panel

This commit is contained in:
2022-04-05 16:37:36 +08:00
parent 1b1f5d1633
commit cad68e8b9b
9 changed files with 220 additions and 30 deletions
+4
View File
@@ -113,5 +113,9 @@ const EN_US = {
"Panel.Info.Label.List.Error.Nodata": "There are no labels in the model, click the button to create",
"Panel.Info.Behavior.Details.Error.Not.Behavior": "Please specify a behavior first to view the details",
"Panel.Info.Behavior.Details.Behavior.Props": "{behavior} parameter",
"Panel.Info.Behavior.Details.Parameter.Key": "{key}",
"Panel.Info.Behavior.Details.Parameter.Key.Vec.X": "{key} X",
"Panel.Info.Behavior.Details.Parameter.Key.Vec.Y": "{key} Y",
"Panel.Info.Behavior.Details.Parameter.Key.Vec.Z": "{key} Z",
}
export default EN_US;
+4
View File
@@ -113,5 +113,9 @@ const ZH_CN = {
"Panel.Info.Label.List.Error.Nodata": "模型中没有标签,点击按钮以创建",
"Panel.Info.Behavior.Details.Error.Not.Behavior": "请先指定一个行为以查看详情",
"Panel.Info.Behavior.Details.Behavior.Props": "{behavior}参数",
"Panel.Info.Behavior.Details.Parameter.Key": "{key}",
"Panel.Info.Behavior.Details.Parameter.Key.Vec.X": "{key} X 坐标",
"Panel.Info.Behavior.Details.Parameter.Key.Vec.Y": "{key} Y 坐标",
"Panel.Info.Behavior.Details.Parameter.Key.Vec.Z": "{key} Z 坐标",
}
export default ZH_CN;