MapSettings

@JsonClass(generateAdapter = true)
data class MapSettings(@Json(name = "breadcrumbs_enabled") val breadCrumbsEnabled: Boolean? = false, @Json(name = "heightmap_enabled") val heightmapEnabled: Boolean? = null, @Json(name = "normalmap_enabled") val normalmapEnabled: Boolean? = null)

Constructors

Link copied to clipboard
fun MapSettings(@Json(name = "breadcrumbs_enabled") breadCrumbsEnabled: Boolean? = false, @Json(name = "heightmap_enabled") heightmapEnabled: Boolean? = null, @Json(name = "normalmap_enabled") normalmapEnabled: Boolean? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard