struct Tiled::ParsedMap

Defined in:

tiled-crystal.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(width : UInt32, height : UInt32, tile_width : UInt32, tile_height : UInt32) #

[View source]

Instance Method Detail

def height : UInt32 #

[View source]
def height=(height : UInt32) #

[View source]
def layers : Array(Tiled::ParsedLayer) #

[View source]
def layers=(layers : Array(Tiled::ParsedLayer)) #

[View source]
def tile_height : UInt32 #

[View source]
def tile_height=(tile_height : UInt32) #

[View source]
def tile_width : UInt32 #

[View source]
def tile_width=(tile_width : UInt32) #

[View source]
def tileset_file : String #

[View source]
def tileset_file=(tileset_file : String) #

[View source]
def width : UInt32 #

[View source]
def width=(width : UInt32) #

[View source]