class Scar::Tiled::TileLayer
- Scar::Tiled::TileLayer
- Scar::Tiled::Layer
- Reference
- Object
Defined in:
scar/tiled_map.crConstructors
Instance Method Summary
- #[](x : Int32, y : Int32) : Int32
- #after_initialize
- #chunks : Array(Chunk)
- #chunks=(chunks : Array(Chunk))
- #compression : Compression
- #compression=(compression : Compression)
- #data : Array(Int32)
- #data=(data : Array(Int32))
- #encoding : Encoding
- #encoding=(encoding : Encoding)
- #height : Int32
- #height=(height : Int32)
- #id : Int32
- #id=(id : Int32)
- #name : String
- #name=(name : String)
- #offsetx : Float64
- #offsetx=(offsetx : Float64)
- #offsety : Float64
- #offsety=(offsety : Float64)
- #opacity : Float64
- #opacity=(opacity : Float64)
- #parallaxx : Float64
- #parallaxx=(parallaxx : Float64)
- #parallaxy : Float64
- #parallaxy=(parallaxy : Float64)
- #properties : Array(Property)
- #properties=(properties : Array(Property))
- #startx : Int32
- #startx=(startx : Int32)
- #starty : Int32
- #starty=(starty : Int32)
- #tintcolor : SF::Color | Nil
- #tintcolor=(tintcolor : SF::Color | Nil)
- #visible : Bool
- #visible=(visible : Bool)
- #width : Int32
- #width=(width : Int32)
- #x : Int32
- #x=(x : Int32)
- #y : Int32
- #y=(y : Int32)