Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/EngoEngine/engo
/ init
Function
init
common/texture_atlas.go:164–166 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
162
}
163
164
func
init() {
165
engo.Files.Register(
".xml"
, &textureAtlasLoader{atlases: make(
map
[string]*TextureAtlasResource)})
166
}
Callers
nothing calls this directly
Calls
1
Register
Method · 0.45
Tested by
no test coverage detected