class Scar::Tiled::Map

Included Modules

Defined in:

scar/tiled_map.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def backgroundcolor : SF::Color | Nil #

[View source]
def backgroundcolor=(backgroundcolor : SF::Color | Nil) #

[View source]
def compressionlevel : Int32 #

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

[View source]
def height : Int32 #

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

[View source]
def hexsidelength : Int32 #

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

[View source]
def infinite : Bool #

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

[View source]
def layers : Array(Layer) #

[View source]
def layers=(layers : Array(Layer)) #

[View source]
def nextlayerid : Int32 #

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

[View source]
def nextobjectid : Int32 #

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

[View source]
def orientation : Orientation #

[View source]
def orientation=(orientation : Orientation) #

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

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

[View source]
def renderorder : RenderOrder #

[View source]
def renderorder=(renderorder : RenderOrder) #

[View source]
def staggeraxis : StaggerAxis #

[View source]
def staggeraxis=(staggeraxis : StaggerAxis) #

[View source]
def staggerindex : StaggerIndex #

[View source]
def staggerindex=(staggerindex : StaggerIndex) #

[View source]
def tiledversion : String #

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

[View source]
def tileheight : Int32 #

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

[View source]
def tilesets : Array(Tileset) #

[View source]
def tilesets=(tilesets : Array(Tileset)) #

[View source]
def tilewidth : Int32 #

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

[View source]
def type : String #

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

[View source]
def version : String #

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

[View source]
def width : Int32 #

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

[View source]