[6.5.0][道路事件] 逻辑优化

This commit is contained in:
renwj
2024-07-12 19:26:25 +08:00
parent dce9797ef0
commit 3b420253d8
10 changed files with 91 additions and 47 deletions

View File

@@ -8,11 +8,9 @@ interface IAttach {
val displayThreshold: Long //最大展示时长 > 0; 表示最长展示多长时间, -1 表示,一直展示,直到触发默认视角, 0: 默认视角专用值,
val delay: Long // 延迟多长时间切换
val isCanSwitch: Boolean // 是否可切换
}
val isCanTouch: Boolean // 是否响应地图触摸事件
}
interface Scene: IAttach