Class: RPG::Animation::Frame
- Inherits:
-
Object
- Object
- RPG::Animation::Frame
- Defined in:
- lib/eidolon/rgssx/rpg/animation/frame.rb
Overview
RGSSx
This class is present and consistent across all RGSS versions.
Frame
The data class for animation frames.
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 Attribute Details
#cell_data ⇒ Object
Returns the value of attribute cell_data.
11 12 13 |
# File 'lib/eidolon/rgssx/rpg/animation/frame.rb', line 11 def cell_data @cell_data end |
#cell_max ⇒ Object
Returns the value of attribute cell_max.
12 13 14 |
# File 'lib/eidolon/rgssx/rpg/animation/frame.rb', line 12 def cell_max @cell_max end |