class Scar::Tiled::Tileset

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 columns : Int32 #

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

[View source]
def firstgid : Int32 #

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

[View source]
def grid : Grid | Nil #

[View source]
def grid=(grid : Grid | Nil) #

[View source]
def image : String #

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

[View source]
def imageheight : Int32 #

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

[View source]
def imagewidth : Int32 #

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

[View source]
def margin : Int32 #

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

[View source]
def name : String #

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

[View source]
def objectalignment : ObjectAlignment #

[View source]
def objectalignment=(objectalignment : ObjectAlignment) #

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

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

[View source]
def source : String | Nil #

[View source]
def source=(source : String | Nil) #

[View source]
def spacing : Int32 #

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

[View source]
def terrains : Array(Terrain) | Nil #

[View source]
def terrains=(terrains : Array(Terrain) | Nil) #

[View source]
def tilecount : Int32 #

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

[View source]
def tiledversion : String | Nil #

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

[View source]
def tileheight : Int32 #

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

[View source]
def tileoffset : TileOffset | Nil #

[View source]
def tileoffset=(tileoffset : TileOffset | Nil) #

[View source]
def tiles : Array(Tile) #

[View source]
def tiles=(tiles : Array(Tile)) #

[View source]
def tilewidth : Int32 #

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

[View source]
def transformations : Transformations | Nil #

[View source]
def transformations=(transformations : Transformations | Nil) #

[View source]
def transparentcolor : SF::Color | Nil #

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

[View source]
def type : String | Nil #

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

[View source]
def version : String | Nil #

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

[View source]
def wangsets : Array(WangSet) #

[View source]
def wangsets=(wangsets : Array(WangSet)) #

[View source]