Class: RPG::Animation::Frame
- Inherits:
-
Object
- Object
- RPG::Animation::Frame
- Defined in:
- lib/rpg/animation/frame.rb
Instance Attribute Summary collapse
-
#cell_data ⇒ Object
Returns the value of attribute cell_data.
-
#cell_max ⇒ Object
Returns the value of attribute cell_max.
Instance Method Summary collapse
-
#initialize ⇒ Frame
constructor
A new instance of Frame.
Constructor Details
Instance Attribute Details
#cell_data ⇒ Object
Returns the value of attribute cell_data.
9 10 11 |
# File 'lib/rpg/animation/frame.rb', line 9 def cell_data @cell_data end |
#cell_max ⇒ Object
Returns the value of attribute cell_max.
8 9 10 |
# File 'lib/rpg/animation/frame.rb', line 8 def cell_max @cell_max end |