CompositionDimensions

data class CompositionDimensions(val x: Length, val y: Length, val width: Length, val height: Length)(source)

Constructors

Link copied to clipboard
constructor(x: Length, y: Length, width: Length, height: Length)
constructor(rectangle: Rectangle)

Properties

Link copied to clipboard
val dimensions: Vector2
Link copied to clipboard
Link copied to clipboard
val position: Vector2
Link copied to clipboard
Link copied to clipboard
val x: Length
Link copied to clipboard
val y: Length

Functions

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