Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Var3D/var3dframe
/ loadToPackAll
Method
loadToPackAll
core/src/core/java/var3d/net/center/VGame.java:1120–1124 ·
view source on GitHub ↗
(String... names)
Source
from the content-addressed store, hash-verified
1118
}
1119
1120
public
void
loadToPackAll(String... names) {
1121
for
(
int
i = 0; i < names.length; i++) {
1122
loadToPack(names[i]);
1123
}
1124
}
1125
1126
/**
1127
* 加载一组资源
Callers
nothing calls this directly
Calls
1
loadToPack
Method · 0.95
Tested by
no test coverage detected