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

Method getFrame

packages/core/src/ECS/Systems/EntityCache.ts:42–44  ·  view source on GitHub ↗

* 获取帧缓存

()

Source from the content-addressed store, hash-verified

40 * 获取帧缓存
41 */
42 public getFrame(): readonly Entity[] | null {
43 return this._frameCache;
44 }
45
46 /**
47 * 设置帧缓存

Callers 1

entitiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected