LDtkMapData
@Serializable
This file is a JSON schema of files created by LDtk level editor (https://ldtk.io).
This is the root of any Project JSON file. It contains: - the project settings, - an array of levels, - and a definition object (that can probably be safely ignored for most users).
Constructors
Link copied to clipboard
fun LDtkMapData(bgColor: String, defaultGridSize: Int, defaultLevelBgColor: String, defaultLevelHeight: Int, defaultLevelWidth: Int, defaultPivotX: Float, defaultPivotY: Float, defs: Definitions, exportTiled: Boolean, externalLevels: Boolean, jsonVersion: String, levelDefinitions: List<LDtkLevelDefinition>, minifyJSON: Boolean, nextUid: Int, pngFilePattern: String? = null, worldGridHeight: Int? = null, worldGridWidth: Int? = null, worldLayout: LDtkWorldLayout? = null, worlds: List<LDtkWorldData> = emptyList())
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard