class Scar::Tiled::Object

Included Modules

Direct Known Subclasses

Defined in:

scar/tiled_map.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def height : Float64 #

[View source]
def height=(height : Float64) #

[View source]
def id : Int32 #

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

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def properties : Array(Property) #

[View source]
def properties=(properties : Array(Property)) #

[View source]
def rotation : Float64 #

[View source]
def rotation=(rotation : Float64) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]
def visible : Bool #

[View source]
def visible=(visible : Bool) #

[View source]
def width : Float64 #

[View source]
def width=(width : Float64) #

[View source]
def x : Float64 #

[View source]
def x=(x : Float64) #

[View source]
def y : Float64 #

[View source]
def y=(y : Float64) #

[View source]