BitmapWithHotspot

data class BitmapWithHotspot<T : Bitmap>(val bitmap: T, val hotspot: Vector2I)

Constructors

Link copied to clipboard
constructor(bitmap: T, hotspot: Vector2I)

Properties

Link copied to clipboard
val bitmap: T
Link copied to clipboard