struct Tiled::ParsedLayer

Defined in:

tiled-crystal.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(width : UInt32, height : UInt32, name : String) #

[View source]

Instance Method Detail

def content : Array(UInt32) #

[View source]
def content=(content : Array(UInt32)) #

[View source]
def height : UInt32 #

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

[View source]
def name : String #

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

[View source]
def width : UInt32 #

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

[View source]