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

Method beginFrame

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

* Begin a new frame * 开始新帧

()

Source from the content-addressed store, hash-verified

81 * 开始新帧
82 */
83 public beginFrame(): void {
84 this._currentFrame++;
85 this._clipStack.length = 0;
86 this._batchBuffer.length = 0;
87 this._backend.beginFrame();
88 }
89
90 /**
91 * End the current frame

Callers

nothing calls this directly

Calls 1

beginFrameMethod · 0.65

Tested by

no test coverage detected