MoveStartEvent

class MoveStartEvent : MoveEvent


An event representing the start of a move event.

Summary

Public constructors

MoveStartEvent(pose: Pose, scale: Float, size: IntVolumeSize)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Inherited properties

From androidx.xr.compose.subspace.layout.MoveEvent
Pose

The new pose of the composable in the subspace, relative to its parent, with its translation being expressed in pixels.

Float

The scale of the composable as a result of its motion.

IntVolumeSize

The IntVolumeSize value that includes the width, height and depth of the composable, factoring in shrinking or stretching due to scale.

Public constructors

MoveStartEvent

Added in 1.0.0-alpha04
MoveStartEvent(
    pose: Pose = Pose.Identity,
    scale: Float = 1.0f,
    size: IntVolumeSize = IntVolumeSize.Zero
)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String