[3.0.0] replace 3D res and light invoke

This commit is contained in:
zhongchao
2023-04-11 10:48:37 +08:00
parent 2e00171e7a
commit a83f586620
8 changed files with 9 additions and 5 deletions

View File

@@ -194,7 +194,8 @@ public interface IMogoMapUIController {
void setCarCursorOption(@Nullable CarCursorOption option);
/**
* @param type :车尾灯类型 time: 闪烁时间 最小500ms 小于500ms 默认为500ms
* @param type :车尾灯类型 0=默认 1=左黄 2=右黄 3=双黄 4=双红
* @param time: 闪烁时间 最小500ms 小于500ms 默认为500ms
*/
void setCarLightsType(int type, int time);