ViewPort

data class ViewPort(val x: Int, val y: Int, val width: Int, val height: Int)

Constructors

Link copied to clipboard
constructor(x: Int, y: Int, width: Int, height: Int)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int
Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int