PrefabPath

class PrefabPath(val namespace: String, val get: () -> Sequence<Path>)

Constructors

Link copied to clipboard
constructor(namespace: String, get: () -> Sequence<Path>)

Properties

Link copied to clipboard
val get: () -> Sequence<Path>
Link copied to clipboard