Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9chu/LuaSTGPlus
/ ResourcePoolType
Enum
ResourcePoolType
PerformanceMonitor/TargetProgram.cs:78–83 ·
view source on GitHub ↗
资源池类型
Source
from the content-addressed store, hash-verified
76
/// 资源池类型
77
/// </summary>
78
public enum ResourcePoolType
79
{
80
None = 0,
81
Global,
82
Stage
83
}
84
85
/// <summary>
86
/// 调试器端口
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected