ejihuang
Results
1
comments of
ejihuang
I used "@ts-ignore" to fix this. It's not a good idea. ```ts //@ts-ignore pickedEntity.position = new Cesium.CallbackProperty(() => cartesian, false); ```