Class: RPG::AudioFile
- Inherits:
-
Object
- Object
- RPG::AudioFile
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
BGM、BGS、ME、SE的超类
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#pitch ⇒ Object
Returns the value of attribute pitch.
-
#volume ⇒ Object
Returns the value of attribute volume.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
551 552 553 |
# File 'lib/R3EXS/RGSS3.rb', line 551 def name @name end |
#pitch ⇒ Object
Returns the value of attribute pitch.
551 552 553 |
# File 'lib/R3EXS/RGSS3.rb', line 551 def pitch @pitch end |
#volume ⇒ Object
Returns the value of attribute volume.
551 552 553 |
# File 'lib/R3EXS/RGSS3.rb', line 551 def volume @volume end |