Start native apps faster with the Composables CLI ->
Class

DpVolumeOffset

Represents the offset of an object in 3D space.

Source set: Android
public class DpVolumeOffset(
    public val x: Dp = 0.dp,
    public val y: Dp = 0.dp,
    public val z: Dp = 0.dp,
)

Represents the offset of an object in 3D space.

Functions

equals

Source set: Android
override fun equals(other: Any?): Boolean

hashCode

Source set: Android
override fun hashCode(): Int

toString

Source set: Android
override fun toString(): String

Members

Companion

Source set: Android
public companion object

Contains a common constant

Properties

Zero

Source set: Android
public val Zero: DpVolumeOffset = DpVolumeOffset(0.dp, 0.dp, 0.dp)

A DpVolumeOffset with all offsets set to 0.