cpp
This commit is contained in:
parent
c64c8eecb1
commit
e2c73f1319
@ -131,11 +131,11 @@ struct Index {
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
LogHelper.I("NativeSDK", "[Control Callback]: ")
|
LogHelper.I("NativeSDK", "[Control Callback]: ", fxp, move)
|
||||||
})
|
})
|
||||||
await registerSoundCallback((project: number, idx: number) => {
|
await registerSoundCallback((project: number, idx: number) => {
|
||||||
this.playAudio(project, idx)
|
this.playAudio(project, idx)
|
||||||
LogHelper.I("NativeSDK", "[Sound Callback]: ")
|
LogHelper.I("NativeSDK", "[Sound Callback]: ", project, idx)
|
||||||
})
|
})
|
||||||
await setImageSize(500, 300)
|
await setImageSize(500, 300)
|
||||||
await setConfigFile(this.basePoint, this.fieldModel, this.teachPoint, this.teachPointParams, this.carModel, this.line, this.lib)
|
await setConfigFile(this.basePoint, this.fieldModel, this.teachPoint, this.teachPointParams, this.carModel, this.line, this.lib)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user