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

Method URL

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

URL returns the uniform resource locator of the given resource.

()

Source from the content-addressed store, hash-verified

36type Resource interface {
37 // URL returns the uniform resource locator of the given resource.
38 URL() string
39}
40
41// Files manages global resource handling of registered file formats for game

Callers 3

TestTMXAssetFunction · 0.65
TestAudioPlayerURLFunction · 0.65

Implementers 6

testResourceassets_test.go
FontResourcecommon/font_filetype.go
TMXResourcecommon/tmx_filetype.go
TextureAtlasResourcecommon/texture_atlas.go
Playercommon/audio_player.go
TextureResourcecommon/render_filetype.go

Calls

no outgoing calls

Tested by 2

TestTMXAssetFunction · 0.52
TestAudioPlayerURLFunction · 0.52