[6.7.0][调试面板] 添加自车视角调整入口

This commit is contained in:
renwj
2024-10-21 15:23:26 +08:00
parent e0060e3b30
commit 868936b0d6
10 changed files with 324 additions and 2 deletions

View File

@@ -339,4 +339,9 @@ interface IMogoMapUIController {
* 设置自车相对屏幕位置
*/
fun setScreenToOriginDis(p: Float)
/**
* 调整自车视角
*/
fun changeVisualAngle(eyeHeight: Float, angle: Float, zoom: Float, duration: Int)
}