DoubleKey

data class DoubleKey(val key: String, val defaultValue: Double = 0.0) : Keystone.Observable

An observable Double key.

Constructors

Link copied to clipboard
constructor(key: String, defaultValue: Double = 0.0)

Properties

Link copied to clipboard

The fallback value if the key is missing. Defaults to 0.0.

Link copied to clipboard
val key: String

The storage key name.