IconInfoInterface

abstract class IconInfoInterface

Constructors

Link copied to clipboard
fun IconInfoInterface()

Functions

Link copied to clipboard
abstract fun getCoordinate(): Coord
Link copied to clipboard
abstract fun getIconAnchor(): Vec2F
Link copied to clipboard
abstract fun getIconSize(): Vec2F
Link copied to clipboard
abstract fun getIdentifier(): String
Link copied to clipboard
abstract fun getTexture(): TextureHolderInterface
Link copied to clipboard
abstract fun getType(): IconType
Link copied to clipboard
abstract fun setCoordinate(coord: Coord)
Link copied to clipboard
abstract fun setIconSize(size: Vec2F)
Link copied to clipboard
abstract fun setType(scaleType: IconType)