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

Method setFrame

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

* 设置帧缓存 * * @param entities 要缓存的实体列表

(entities: readonly Entity[])

Source from the content-addressed store, hash-verified

49 * @param entities 要缓存的实体列表
50 */
51 public setFrame(entities: readonly Entity[]): void {
52 this._frameCache = entities;
53 }
54
55 /**
56 * 获取持久缓存

Callers 2

updateFunction · 0.45
lateUpdateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected