版本:3.6.3 在任意项目中增加以下代码
declare module cc { const GAME_VIEW: boolean; } export const EDITOR_PLAY: boolean = cc.GAME_VIEW;
编辑器会报这个警告: