AtlasPosition

data class AtlasPosition(x: Int, y: Int) : Record

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun getPosOnAtlas(chunkX: Int, chunkY: Int): Vector2i