URL returns the uniform resource locator of the given resource.
()
| 36 | type 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 |
no outgoing calls