struct Tiled::ParsedTileset

Defined in:

tiled-crystal.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, tile_width : UInt32, tile_height : UInt32, tile_count : UInt32) #

[View source]

Instance Method Detail

def image_file : String #

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

[View source]
def name : String #

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

[View source]
def tile_animations : Array(Array(TileAnimationFrame)) #

[View source]
def tile_animations=(tile_animations : Array(Array(TileAnimationFrame))) #

[View source]
def tile_count : UInt32 #

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

[View source]
def tile_height : UInt32 #

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

[View source]
def tile_properties : Array(TileProperties) #

[View source]
def tile_properties=(tile_properties : Array(TileProperties)) #

[View source]
def tile_width : UInt32 #

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

[View source]