This commit is contained in:
laodaming
2023-08-30 18:51:24 +08:00
parent 6a6f135b61
commit 983686d96c
4 changed files with 15 additions and 5 deletions

View File

@@ -51,3 +51,8 @@ type CombineProcessTime struct {
CombineTakesTime string `json:"combine_takes_time"` //合图时间
UploadCombineImageTakesTime string `json:"upload_combine_image_takes_time"` //上传刀版图耗时
}
// 发送到unity阶段信息返回数据
type ToUnityRspMsg struct {
RenderId string `json:"render_id"` //渲染id
}