Start native apps faster with the Composables CLI ->
Class

IntVolumeOffset

Represents the offset of an object in 3D space.

Source set: Android
public class IntVolumeOffset(public val x: Int, public val y: Int, public val z: Int)

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: IntVolumeOffset = IntVolumeOffset(0, 0, 0)

A IntVolumeOffset with all offsets set to 0.