Class: RPG::Animation

Inherits:
Object show all
Defined in:
scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb

Defined Under Namespace

Classes: Frame, Timing

Instance Attribute Summary collapse

Instance Attribute Details

#animation_hue

Returns the value of attribute animation_hue.



6
7
8
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 6

def animation_hue
  @animation_hue
end

#animation_name

Returns the value of attribute animation_name.



5
6
7
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 5

def animation_name
  @animation_name
end

#frame_max

Returns the value of attribute frame_max.



8
9
10
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 8

def frame_max
  @frame_max
end

#frames

Returns the value of attribute frames.



9
10
11
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 9

def frames
  @frames
end

#id

Returns the value of attribute id.



3
4
5
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 3

def id
  @id
end

#name

Returns the value of attribute name.



4
5
6
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 4

def name
  @name
end

#position

Returns the value of attribute position.



7
8
9
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 7

def position
  @position
end

#timings

Returns the value of attribute timings.



10
11
12
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 10

def timings
  @timings
end