命名空间“cc”没有已导出的成员“eventSystem”。

命名空间“cc”没有已导出的成员“eventSystem”。
版本3.3.2

你看看api,好像很多cc里面的东西都移出来单独用了

看到有个gamesystemEvent。可是gamesystemEvent是个undefined

是 systemEvent 这个吗?

import { systemEvent } from ‘cc’;

是的。import { systemEvent, SystemEvent } from ‘cc’;
systemEvent.on(SystemEvent.EventType.DEVICEMOTION, this.onDeviceMotionEvent, this);
systemEvent.off(SystemEvent.EventType.DEVICEMOTION, this.onDeviceMotionEvent, this);