MCPcopy
hub / github.com/egret-labs/egret-core / EgretConfig

Interface EgretConfig

tools/EngineData.ts:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30import FileUtil = require('./lib/FileUtil');
31
32interface EgretConfig {
33 //以兆为单位
34 totalmem: number;
35 //以分钟为单位
36 autoExitTime: number;
37}
38
39export class EngineData {
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected