[6.6.0][视角变换] B2车型的默认视角只对乘客屏生效

This commit is contained in:
renwj
2024-09-09 15:08:27 +08:00
parent 71335f999f
commit 2f8df79621
3 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ abstract class Scene(private val delay: Long, private val unit: TimeUnit = TimeU
* 单位:(毫秒)
* 表示多长时间之后切换到当前视角场景
*/
final fun getDelay(): Long = unit.toMillis(delay)
fun getDelay(): Long = unit.toMillis(delay)
/**
* 单位:(毫秒)