LDtkNeighbourLevelData

@Serializable
data class LDtkNeighbourLevelData(val dir: String, val levelIid: String = "", val levelUid: Int = 0)

Nearby level info

Constructors

Link copied to clipboard
fun LDtkNeighbourLevelData(dir: String, levelIid: String = "", levelUid: Int = 0)

Properties

Link copied to clipboard
val dir: String

A single lowercase character tipping on the level location (north, south, west, east).

Link copied to clipboard

Neighbor instance identifier

Link copied to clipboard
val levelUid: Int = 0