AddFloatingLabel

data class AddFloatingLabel(    val scale: Double? = null,     val ranks: Double? = null,     val appearance: MPIOptions.FloatingLabelAppearance? = null)

Constructors

Link copied to clipboard
fun AddFloatingLabel(    scale: Double? = null,     ranks: Double? = null,     appearance: MPIOptions.FloatingLabelAppearance? = null)

Properties

Link copied to clipboard
val appearance: MPIOptions.FloatingLabelAppearance? = null
Link copied to clipboard
val ranks: Double? = null
Link copied to clipboard
val scale: Double? = null