SpatialHoverEffectGroup

Represents a group for managing spatial hover effects. Each instance has a unique group ID for identifying the group.

Use obtain to create new instances with incrementing IDs.

Types

Link copied to clipboard
@JvmInline
value class Behavior(mask: Int)

Represents a view how to behave in a group.

Link copied to clipboard
object Companion

Companion object that provides factory methods for SpatialHoverEffectGroup.

Functions

Link copied to clipboard

Sets the behavior of the spatial hover effect group.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String