Class: RPG::Animation

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

Overview

动画的数据类

Defined Under Namespace

Classes: Frame, Timing

Instance Attribute Summary collapse

Instance Attribute Details

#animation1_hueObject

Returns the value of attribute animation1_hue.



433
434
435
# File 'lib/R3EXS/RGSS3.rb', line 433

def animation1_hue
  @animation1_hue
end

#animation1_nameObject

Returns the value of attribute animation1_name.



433
434
435
# File 'lib/R3EXS/RGSS3.rb', line 433

def animation1_name
  @animation1_name
end

#animation2_hueObject

Returns the value of attribute animation2_hue.



433
434
435
# File 'lib/R3EXS/RGSS3.rb', line 433

def animation2_hue
  @animation2_hue
end

#animation2_nameObject

Returns the value of attribute animation2_name.



433
434
435
# File 'lib/R3EXS/RGSS3.rb', line 433

def animation2_name
  @animation2_name
end

#frame_maxObject

Returns the value of attribute frame_max.



433
434
435
# File 'lib/R3EXS/RGSS3.rb', line 433

def frame_max
  @frame_max
end

#framesObject

Returns the value of attribute frames.



433
434
435
# File 'lib/R3EXS/RGSS3.rb', line 433

def frames
  @frames
end

#idObject

Returns the value of attribute id.



433
434
435
# File 'lib/R3EXS/RGSS3.rb', line 433

def id
  @id
end

#nameObject

Returns the value of attribute name.



433
434
435
# File 'lib/R3EXS/RGSS3.rb', line 433

def name
  @name
end

#positionObject

Returns the value of attribute position.



433
434
435
# File 'lib/R3EXS/RGSS3.rb', line 433

def position
  @position
end

#timingsObject

Returns the value of attribute timings.



433
434
435
# File 'lib/R3EXS/RGSS3.rb', line 433

def timings
  @timings
end