AddFloatingLabel

@Serializable
data class AddFloatingLabel(val scale: Double? = null, val ranks: MPIOptions.COLLISION_RANK? = null, val appearance: MPIOptions.FloatingLabelAppearance? = null, val interactive: Boolean? = false)

Constructors

Link copied to clipboard
constructor(scale: Double? = null, ranks: MPIOptions.COLLISION_RANK? = null, appearance: MPIOptions.FloatingLabelAppearance? = null, interactive: Boolean? = false)

Properties

Link copied to clipboard

The appearance of the FloatingLabel.

Link copied to clipboard
val interactive: Boolean? = false

Whether the labels should be interactive (clickable).

Link copied to clipboard

The rank of the FloatingLabel used when comparing colliders to determine which should be shown.

Link copied to clipboard
val scale: Double? = null