Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ loadTexture
Method
loadTexture
forge-gui-mobile/src/forge/assets/Assets.java:332–334 ·
view source on GitHub ↗
(FileHandle file)
Source
from the content-addressed store, hash-verified
330
}
331
332
public
void
loadTexture(FileHandle file) {
333
loadTexture(file, getTextureFilter());
334
}
335
336
public
void
loadTexture(FileHandle file, TextureParameter parameter) {
337
try {
Callers
2
loadLight
Method · 0.80
loadFull
Method · 0.80
Calls
6
getTextureFilter
Method · 0.95
manager
Method · 0.95
type
Method · 0.80
finishLoadingAsset
Method · 0.80
load
Method · 0.65
equals
Method · 0.45
Tested by
no test coverage detected