Class: RPG::Animation::Frame

Inherits:
Object
  • Object
show all
Defined in:
lib/R3EXS/RGSS3.rb

Overview

动画帧的数据类

Instance Attribute Summary collapse

Instance Attribute Details

#cell_dataObject

Returns the value of attribute cell_data.



446
447
448
# File 'lib/R3EXS/RGSS3.rb', line 446

def cell_data
  @cell_data
end

#cell_maxObject

Returns the value of attribute cell_max.



446
447
448
# File 'lib/R3EXS/RGSS3.rb', line 446

def cell_max
  @cell_max
end