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

Method getMaxSize

packages/core/src/ECS/Core/ComponentPool.ts:107–109  ·  view source on GitHub ↗

* 获取池的最大容量

()

Source from the content-addressed store, hash-verified

105 * 获取池的最大容量
106 */
107 getMaxSize(): number {
108 return this.maxSize;
109 }
110
111 /**
112 * 获取统计信息

Callers 4

getPoolStatsMethod · 0.45
getPoolUtilizationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected