Flat

object Flat(source)

Enumeration of direction constants for Flat-top hexagonal layout. Directions start from 'RightBottom' and move counter-clockwise.

Properties

Link copied to clipboard
const val Bottom: Int = 5
Link copied to clipboard
const val LeftBottom: Int = 4
Link copied to clipboard
const val LeftTop: Int = 3
Link copied to clipboard
const val RightBottom: Int = 0
Link copied to clipboard
const val RightTop: Int = 1
Link copied to clipboard
const val Top: Int = 2