This commit is contained in:
lixiao 2024-09-05 17:28:36 +08:00
parent c64c8eecb1
commit e2c73f1319

View File

@ -131,11 +131,11 @@ struct Index {
default:
break;
}
LogHelper.I("NativeSDK", "[Control Callback]: ")
LogHelper.I("NativeSDK", "[Control Callback]: ", fxp, move)
})
await registerSoundCallback((project: number, idx: number) => {
this.playAudio(project, idx)
LogHelper.I("NativeSDK", "[Sound Callback]: ")
LogHelper.I("NativeSDK", "[Sound Callback]: ", project, idx)
})
await setImageSize(500, 300)
await setConfigFile(this.basePoint, this.fieldModel, this.teachPoint, this.teachPointParams, this.carModel, this.line, this.lib)