struct

Tmxparser::Layer

Inherits Struct < Value < Object

Constructors

new(name : String, width : Int32, height : Int32, layer_data : Tmxparser::LayerData)
Source

Instance methods

all_data
Source
height
Source
height=(height : Int32)
Source
layer_data
Source
layer_data=(layer_data : LayerData)
Source
name
Source
name=(name : String)
Source
source_destination_indexes(tileset : Tileset, orientation : Orientation, tick : UInt64 = 0) : Array(SourceDestination)
Source
width
Source
width=(width : Int32)
Source