Class: RGame::Engine::Tileset::Frame
- Inherits:
-
Struct
- Object
- Struct
- RGame::Engine::Tileset::Frame
- Defined in:
- lib/rgame/engine/tileset.rb
Instance Attribute Summary collapse
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#tile_id ⇒ Object
Returns the value of attribute tile_id.
Instance Attribute Details
#duration ⇒ Object
Returns the value of attribute duration
15 16 17 |
# File 'lib/rgame/engine/tileset.rb', line 15 def duration @duration end |
#tile_id ⇒ Object
Returns the value of attribute tile_id
15 16 17 |
# File 'lib/rgame/engine/tileset.rb', line 15 def tile_id @tile_id end |