Class: RPG::Animation

Inherits:
Object
  • Object
show all
Defined in:
lib/eidolon/rgssx/rpg/animation.rb,
lib/eidolon/rgssx/rpg/animation/frame.rb,
lib/eidolon/rgssx/rpg/animation/timing.rb

Overview

RGSSx

This class is present and relatively consistent across all RGSS versions.

Animation

The data class for animations.

Defined Under Namespace

Classes: Frame, Timing

Instance Attribute Summary collapse

Instance Attribute Details

#animation1_hueObject

Returns the value of attribute animation1_hue.



10
11
12
# File 'lib/eidolon/rgssx/rpg/animation.rb', line 10

def animation1_hue
  @animation1_hue
end

#animation1_nameObject

Returns the value of attribute animation1_name.



11
12
13
# File 'lib/eidolon/rgssx/rpg/animation.rb', line 11

def animation1_name
  @animation1_name
end

#animation2_hueObject

Returns the value of attribute animation2_hue.



12
13
14
# File 'lib/eidolon/rgssx/rpg/animation.rb', line 12

def animation2_hue
  @animation2_hue
end

#animation2_nameObject

Returns the value of attribute animation2_name.



13
14
15
# File 'lib/eidolon/rgssx/rpg/animation.rb', line 13

def animation2_name
  @animation2_name
end

#animation_hueObject

Returns the value of attribute animation_hue.



9
10
11
# File 'lib/eidolon/rgssx/rpg/animation.rb', line 9

def animation_hue
  @animation_hue
end

#animation_nameObject

Returns the value of attribute animation_name.



8
9
10
# File 'lib/eidolon/rgssx/rpg/animation.rb', line 8

def animation_name
  @animation_name
end

#frame_maxObject

Returns the value of attribute frame_max.



14
15
16
# File 'lib/eidolon/rgssx/rpg/animation.rb', line 14

def frame_max
  @frame_max
end

#framesObject

Returns the value of attribute frames.



15
16
17
# File 'lib/eidolon/rgssx/rpg/animation.rb', line 15

def frames
  @frames
end

#idObject

Returns the value of attribute id.



16
17
18
# File 'lib/eidolon/rgssx/rpg/animation.rb', line 16

def id
  @id
end

#nameObject

Returns the value of attribute name.



17
18
19
# File 'lib/eidolon/rgssx/rpg/animation.rb', line 17

def name
  @name
end

#positionObject

Returns the value of attribute position.



18
19
20
# File 'lib/eidolon/rgssx/rpg/animation.rb', line 18

def position
  @position
end

#timingsObject

Returns the value of attribute timings.



19
20
21
# File 'lib/eidolon/rgssx/rpg/animation.rb', line 19

def timings
  @timings
end