class Scar::Tiled::Object
- Scar::Tiled::Object
- Reference
- Object
Included Modules
- JSON::Serializable
- JSON::Serializable::Strict
Direct Known Subclasses
- Scar::Tiled::Ellipse
- Scar::Tiled::PointObject
- Scar::Tiled::Polygon
- Scar::Tiled::Polyline
- Scar::Tiled::Rectangle
- Scar::Tiled::TemplateInstance
- Scar::Tiled::TextObject
- Scar::Tiled::TileObject
Defined in:
scar/tiled_map.crConstructors
Instance Method Summary
- #height : Float64
- #height=(height : Float64)
- #id : Int32
- #id=(id : Int32)
- #name : String
- #name=(name : String)
- #properties : Array(Property)
- #properties=(properties : Array(Property))
- #rotation : Float64
- #rotation=(rotation : Float64)
- #type : String
- #type=(type : String)
- #visible : Bool
- #visible=(visible : Bool)
- #width : Float64
- #width=(width : Float64)
- #x : Float64
- #x=(x : Float64)
- #y : Float64
- #y=(y : Float64)