Class: RPG::AudioFile

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

Overview

BGM、BGS、ME、SE的超类

Direct Known Subclasses

BGM, BGS, ME, SE

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



551
552
553
# File 'lib/R3EXS/RGSS3.rb', line 551

def name
  @name
end

#pitchObject

Returns the value of attribute pitch.



551
552
553
# File 'lib/R3EXS/RGSS3.rb', line 551

def pitch
  @pitch
end

#volumeObject

Returns the value of attribute volume.



551
552
553
# File 'lib/R3EXS/RGSS3.rb', line 551

def volume
  @volume
end