Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tiled-crystal
main
Tiled
ParsedLayer
ParsedMap
ParsedTileset
TileAnimationFrame
TileProperties
Generated using Crystal 1.14.0
2024-11-26 08:07:22 UTC
struct
Tiled::
TileAnimationFrame
Tiled::TileAnimationFrame
Struct
Value
Object
Defined in:
tiled-crystal.cr
Constructors
.new
(tile_id : UInt32, duration : UInt32)
Instance Method Summary
#duration
: UInt32
#duration=
(duration : UInt32)
#tile_id
: UInt32
#tile_id=
(tile_id : UInt32)
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
]