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_hue ⇒ Object

Returns the value of attribute animation1_hue.



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

def animation1_hue
  @animation1_hue
end

#animation1_name ⇒ Object

Returns the value of attribute animation1_name.



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

def animation1_name
  @animation1_name
end

#animation2_hue ⇒ Object

Returns the value of attribute animation2_hue.



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

def animation2_hue
  @animation2_hue
end

#animation2_name ⇒ Object

Returns the value of attribute animation2_name.



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

def animation2_name
  @animation2_name
end

#frame_max ⇒ Object

Returns the value of attribute frame_max.



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

def frame_max
  @frame_max
end

#frames ⇒ Object

Returns the value of attribute frames.



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

def frames
  @frames
end

#id ⇒ Object

Returns the value of attribute id.



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

def id
  @id
end

#name ⇒ Object

Returns the value of attribute name.



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

def name
  @name
end

#position ⇒ Object

Returns the value of attribute position.



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

def position
  @position
end

#timings ⇒ Object

Returns the value of attribute timings.



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

def timings
  @timings
end