Class: RGame::Engine::AnimationSet::Anim
- Inherits:
-
Struct
- Object
- Struct
- RGame::Engine::AnimationSet::Anim
- Defined in:
- lib/rgame/engine/animation_set.rb
Instance Attribute Summary collapse
-
#first_col ⇒ Object
Returns the value of attribute first_col.
-
#flip_x ⇒ Object
Returns the value of attribute flip_x.
-
#frame_secs ⇒ Object
Returns the value of attribute frame_secs.
-
#frames ⇒ Object
Returns the value of attribute frames.
-
#row ⇒ Object
Returns the value of attribute row.
Instance Attribute Details
#first_col ⇒ Object
Returns the value of attribute first_col
17 18 19 |
# File 'lib/rgame/engine/animation_set.rb', line 17 def first_col @first_col end |
#flip_x ⇒ Object
Returns the value of attribute flip_x
17 18 19 |
# File 'lib/rgame/engine/animation_set.rb', line 17 def flip_x @flip_x end |
#frame_secs ⇒ Object
Returns the value of attribute frame_secs
17 18 19 |
# File 'lib/rgame/engine/animation_set.rb', line 17 def frame_secs @frame_secs end |
#frames ⇒ Object
Returns the value of attribute frames
17 18 19 |
# File 'lib/rgame/engine/animation_set.rb', line 17 def frames @frames end |
#row ⇒ Object
Returns the value of attribute row
17 18 19 |
# File 'lib/rgame/engine/animation_set.rb', line 17 def row @row end |