LDtkWorld
class LDtkWorld(val worldLayout: LDtkWorldLayout, val backgroundColor: String, val levels: List<LDtkLevel>, val tilesets: Map<Int, LDtkTileset>, val enums: Map<String, LDtkEnum>, val entities: Map<String, LDtkEntityDefinition>) : TileMap, Disposable
Author
Colton Daily
Constructors
Link copied to clipboard
fun LDtkWorld(worldLayout: LDtkWorldLayout, backgroundColor: String, levels: List<LDtkLevel>, tilesets: Map<Int, LDtkTileset>, enums: Map<String, LDtkEnum>, entities: Map<String, LDtkEntityDefinition>)