ResourceLoader

fun interface ResourceLoader

Looks up contents of a resource path.

WARNING: A ResourceLoader serves ANY resource it finds within it's structure. This means that you should be VERY careful to limit what resources it has access to.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun load(path: String): URL?