struct Tiled::TileAnimationFrame

Defined in:

tiled-crystal.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tile_id : UInt32, duration : UInt32) #

[View source]

Instance Method Detail

def duration : UInt32 #

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

[View source]
def tile_id : UInt32 #

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

[View source]