Tmxparser::Tile
Inherits Struct < Value < Object
Constructors
new(id : Int32, properties : Array(Hash(String, String)) = [] of Hash(String, String), animations : Array(Tmxparser::Animation) = [] of Animation)
SourceInstance methods
animations
Sourceanimations=(animations : Array(Animation))
Sourceid
Sourceid=(id : Int32)
Sourceproperties
Sourceproperties=(properties : Array(Hash(String, String)))
Source