class Scar::Tiled::Tile
- Scar::Tiled::Tile
- Reference
- Object
Overview
TODO load image maybe?
Included Modules
- JSON::Serializable
- JSON::Serializable::Strict
Defined in:
scar/tiled_map.crConstructors
Instance Method Summary
- #animation : Array(Frame)
- #animation=(animation : Array(Frame))
- #id : Int32
- #id=(id : Int32)
- #image : String | Nil
- #image=(image : String | Nil)
- #imageheight : Int32
- #imageheight=(imageheight : Int32)
- #imagewidth : Int32
- #imagewidth=(imagewidth : Int32)
- #objectgroup : Layer | Nil
- #objectgroup=(objectgroup : Layer | Nil)
- #probability : Float64 | Nil
- #probability=(probability : Float64 | Nil)
- #properties : Array(Property)
- #properties=(properties : Array(Property))
- #terrain : Array(Int32) | Nil
- #terrain=(terrain : Array(Int32) | Nil)
- #type : String | Nil
- #type=(type : String | Nil)