/** * 运行环境枚举 */ export declare enum RunEnvironment { /** * 在feng3d模式下运行 */ feng3d = 1, /** * 运行在编辑器中 */ editor = 2, /** * 在所有环境中运行 */ all = 255 } //# sourceMappingURL=RunEnvironment.d.ts.map