Class: RPG::Animation

Inherits:
Object show all
Defined in:
docs/0_Dependencies.rb

Defined Under Namespace

Classes: Frame, Timing

Instance Attribute Summary collapse

Instance Attribute Details

#animation_hue

Returns the value of attribute animation_hue.



2201
2202
2203
# File 'docs/0_Dependencies.rb', line 2201

def animation_hue
  @animation_hue
end

#animation_name

Returns the value of attribute animation_name.



2200
2201
2202
# File 'docs/0_Dependencies.rb', line 2200

def animation_name
  @animation_name
end

#frame_max

Returns the value of attribute frame_max.



2203
2204
2205
# File 'docs/0_Dependencies.rb', line 2203

def frame_max
  @frame_max
end

#frames

Returns the value of attribute frames.



2204
2205
2206
# File 'docs/0_Dependencies.rb', line 2204

def frames
  @frames
end

#id

Returns the value of attribute id.



2198
2199
2200
# File 'docs/0_Dependencies.rb', line 2198

def id
  @id
end

#name

Returns the value of attribute name.



2199
2200
2201
# File 'docs/0_Dependencies.rb', line 2199

def name
  @name
end

#position

Returns the value of attribute position.



2202
2203
2204
# File 'docs/0_Dependencies.rb', line 2202

def position
  @position
end

#timings

Returns the value of attribute timings.



2205
2206
2207
# File 'docs/0_Dependencies.rb', line 2205

def timings
  @timings
end