ResourcePath

data class ResourcePath(val namespace: String, val path: String)

Constructors

Link copied to clipboard
constructor(namespace: String, path: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
fun getFile(assetsDir: File, extraPath: String? = null, extension: String? = null): File
Link copied to clipboard
fun getPath(assetsDir: Path, extraPath: String? = null, extension: String? = null): Path
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String