MCPcopy
hub / github.com/EngoEngine/engo / Unload

Method Unload

assets.go:16–16  ·  view source on GitHub ↗

Unload releases the given resource from memory.

(url string)

Source from the content-addressed store, hash-verified

14
15 // Unload releases the given resource from memory.
16 Unload(url string) error
17
18 // Resource returns the given resource, and an error if it didn't succeed.
19 Resource(url string) (Resource, error)

Implementers 7

testLoaderassets_test.go
Formatsassets.go
fontLoadercommon/font_filetype.go
tmxLoadercommon/tmx_filetype.go
audioLoadercommon/audio_filetype.go
textureAtlasLoadercommon/texture_atlas.go
imageLoadercommon/render_filetype.go

Calls

no outgoing calls