Tiled::Layer::Chunk
Inherits Struct / Value / Object
Constructors
new(x : Int32, y : Int32, width : UInt32, height : UInt32)
SourceClass methods
parse_from_node(node : XML::Node)
SourceInstance methods
array_tile
Sourcearray_tile=(array_tile : Array(Tile))
Sourceheight
Sourceheight=(height : UInt32)
Sourcewidth
Sourcewidth=(width : UInt32)
Sourcex=(x : Int32)
Sourcey=(y : Int32)
Source