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, @Json(name = "debug") val debug: MapSettings.Debug? = null, @Json(name = "max_roads_per_frame") val maxRoadsPerFrame: Int? = 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, @Json(name = "debug") debug: MapSettings.Debug? = null, @Json(name = "max_roads_per_frame") maxRoadsPerFrame: Int? = null)

Types

Link copied to clipboard
class Builder
Link copied to clipboard
@JsonClass(generateAdapter = true)
data class Debug(@Json(name = "show_vehicle_positions") val showVehiclePositions: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val maxRoadsPerFrame: Int? = null
Link copied to clipboard