Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getPoolStats
Method · 0.45
getPoolUtilization
Method · 0.45
getComponentUtilization
Method · 0.45
ComponentPool.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected