class Scar::Tiled::Group
- Scar::Tiled::Group
- Scar::Tiled::Layer
- Reference
- Object
Defined in:
scar/tiled_map.crConstructors
Instance Method Summary
- #id : Int32
- #id=(id : Int32)
- #layers : Array(Layer)
- #layers=(layers : Array(Layer))
- #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))
- #tintcolor : SF::Color | Nil
- #tintcolor=(tintcolor : SF::Color | Nil)
- #visible : Bool
- #visible=(visible : Bool)
- #x : Int32
- #x=(x : Int32)
- #y : Int32
- #y=(y : Int32)