struct Tiled::ParsedMap
- Tiled::ParsedMap
- Struct
- Value
- Object
Defined in:
tiled-crystal.crConstructors
Instance Method Summary
- #height : UInt32
- #height=(height : UInt32)
- #layers : Array(Tiled::ParsedLayer)
- #layers=(layers : Array(Tiled::ParsedLayer))
- #tile_height : UInt32
- #tile_height=(tile_height : UInt32)
- #tile_width : UInt32
- #tile_width=(tile_width : UInt32)
- #tileset_file : String
- #tileset_file=(tileset_file : String)
- #width : UInt32
- #width=(width : UInt32)
Constructor Detail
def self.new(width : UInt32, height : UInt32, tile_width : UInt32, tile_height : UInt32)
#