struct Tiled::ParsedTileset
- Tiled::ParsedTileset
- Struct
- Value
- Object
Defined in:
tiled-crystal.crConstructors
Instance Method Summary
- #image_file : String
- #image_file=(image_file : String)
- #name : String
- #name=(name : String)
- #tile_animations : Array(Array(TileAnimationFrame))
- #tile_animations=(tile_animations : Array(Array(TileAnimationFrame)))
- #tile_count : UInt32
- #tile_count=(tile_count : UInt32)
- #tile_height : UInt32
- #tile_height=(tile_height : UInt32)
- #tile_properties : Array(TileProperties)
- #tile_properties=(tile_properties : Array(TileProperties))
- #tile_width : UInt32
- #tile_width=(tile_width : UInt32)
Constructor Detail
def self.new(name : String, tile_width : UInt32, tile_height : UInt32, tile_count : UInt32)
#