Package-level declarations

Types

Link copied to clipboard
@Serializable(with = PrefabKeySerializer::class)
data class PrefabKey

An inline class which represents a key build from a namespace and key, separated by a ':' symbol.

Link copied to clipboard
Link copied to clipboard

Manages registered prefabs and accessing them via name.

Link copied to clipboard
class PrefabPath(val namespace: String, val get: () -> Sequence<Path>)
Link copied to clipboard
interface Prefabs
Link copied to clipboard
class PrefabsDSL(namespaced: Namespaced)

Functions

Link copied to clipboard
fun Namespaced.prefabs(configure: PrefabsDSL.() -> Unit): Prefabs

Properties

Link copied to clipboard