MCPcopy Create free account
hub / github.com/esengine/esengine / initialize

Method initialize

packages/fairygui/src/render/RenderBridge.ts:75–77  ·  view source on GitHub ↗

* Initialize the bridge with a canvas * 使用画布初始化桥接

(canvas: HTMLCanvasElement)

Source from the content-addressed store, hash-verified

73 * 使用画布初始化桥接
74 */
75 public async initialize(canvas: HTMLCanvasElement): Promise<boolean> {
76 return this._backend.initialize(canvas);
77 }
78
79 /**
80 * Begin a new frame

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.65

Tested by

no test coverage detected