SideIndents

@Serializable
data class SideIndents(val left: Float, val top: Float, val right: Float, val bottom: Float)

Constructors

Link copied to clipboard
constructor(space: Float)
constructor(spaceX: Float, spaceY: Float)
constructor(left: Int, top: Int, right: Int, bottom: Int)
constructor(space: Int)
constructor(spaceX: Int, spaceY: Int)
constructor(left: Float, top: Float, right: Float, bottom: Float)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val left: Float
Link copied to clipboard
val leftTop: Vector2f
Link copied to clipboard
Link copied to clipboard
val rightBottom: Vector2f
Link copied to clipboard
val size: Vector2f
Link copied to clipboard
val top: Float

Functions

Link copied to clipboard
Link copied to clipboard
operator fun plus(other: SideIndents): SideIndents
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard