MCPcopy Create free account
hub / github.com/Var3D/var3dframe / load

Method load

core/src/core/java/var3d/net/center/VGame.java:1085–1087  ·  view source on GitHub ↗
(AssetDescriptor<T> desc)

Source from the content-addressed store, hash-verified

1083 }
1084
1085 public <T> void load(AssetDescriptor<T> desc) {
1086 assets.load(desc);
1087 }
1088
1089 /**
1090 * 加载一个资源

Callers 10

loadFolderMethod · 0.95
loadFolderExceptMethod · 0.95
loadAllMethod · 0.95
loadToPackMethod · 0.80
getSoundMethod · 0.80
playMusicMethod · 0.80
getTiledMapMethod · 0.80
getModelMethod · 0.80
getTextureAtlasMethod · 0.80
getTextureRegionMethod · 0.80

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected