class Scar::Tiled::TileObject

Defined in:

scar/tiled_map.cr

Constructors

Instance Method Summary

Instance methods inherited from class Scar::Tiled::Object

height : Float64 height, height=(height : Float64) height=, id : Int32 id, id=(id : Int32) id=, name : String name, name=(name : String) name=, properties : Array(Property) properties, properties=(properties : Array(Property)) properties=, rotation : Float64 rotation, rotation=(rotation : Float64) rotation=, type : String type, type=(type : String) type=, visible : Bool visible, visible=(visible : Bool) visible=, width : Float64 width, width=(width : Float64) width=, x : Float64 x, x=(x : Float64) x=, y : Float64 y, y=(y : Float64) y=

Constructor methods inherited from class Scar::Tiled::Object

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def gid : Int32 #

[View source]
def gid=(gid : Int32) #

[View source]