class Scar::Tiled::Tileset
- Scar::Tiled::Tileset
- Reference
- Object
Included Modules
- JSON::Serializable
- JSON::Serializable::Strict
Defined in:
scar/tiled_map.crConstructors
Instance Method Summary
- #backgroundcolor : SF::Color | Nil
- #backgroundcolor=(backgroundcolor : SF::Color | Nil)
- #columns : Int32
- #columns=(columns : Int32)
- #firstgid : Int32
- #firstgid=(firstgid : Int32)
- #grid : Grid | Nil
- #grid=(grid : Grid | Nil)
- #image : String
- #image=(image : String)
- #imageheight : Int32
- #imageheight=(imageheight : Int32)
- #imagewidth : Int32
- #imagewidth=(imagewidth : Int32)
- #margin : Int32
- #margin=(margin : Int32)
- #name : String
- #name=(name : String)
- #objectalignment : ObjectAlignment
- #objectalignment=(objectalignment : ObjectAlignment)
- #properties : Array(Property)
- #properties=(properties : Array(Property))
- #source : String | Nil
- #source=(source : String | Nil)
- #spacing : Int32
- #spacing=(spacing : Int32)
- #terrains : Array(Terrain) | Nil
- #terrains=(terrains : Array(Terrain) | Nil)
- #tilecount : Int32
- #tilecount=(tilecount : Int32)
- #tiledversion : String | Nil
- #tiledversion=(tiledversion : String | Nil)
- #tileheight : Int32
- #tileheight=(tileheight : Int32)
- #tileoffset : TileOffset | Nil
- #tileoffset=(tileoffset : TileOffset | Nil)
- #tiles : Array(Tile)
- #tiles=(tiles : Array(Tile))
- #tilewidth : Int32
- #tilewidth=(tilewidth : Int32)
- #transformations : Transformations | Nil
- #transformations=(transformations : Transformations | Nil)
- #transparentcolor : SF::Color | Nil
- #transparentcolor=(transparentcolor : SF::Color | Nil)
- #type : String | Nil
- #type=(type : String | Nil)
- #version : String | Nil
- #version=(version : String | Nil)
- #wangsets : Array(WangSet)
- #wangsets=(wangsets : Array(WangSet))