Class: RPG::Animation::Frame

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cell_dataObject

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_maxObject

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