Class: Yuki::Animation::AudioCommand
- Inherits:
-
Command
- Object
- TimedAnimation
- Command
- Yuki::Animation::AudioCommand
- Defined in:
- docs/4_Systems_005_Animation.rb
Overview
Animation command responsive of playing / stopping audio. It sends the type command to Audio with *args as parameter.
Example: Playing a SE
AudioCommand.new(:se_play, 'audio/se/filename', 80, 80)
Instance Attribute Summary
Attributes inherited from TimedAnimation
#begin_time, #end_time, #parallel_animations, #root, #sub_animation, #time_source
Instance Method Summary collapse
-
#initialize(type, *args) ⇒ AudioCommand
constructor
Create a new AudioCommand.
Methods inherited from Command
Methods inherited from TimedAnimation
#done?, #in_parallel_of, #parallel_add, #play_before, #resolver=, #start, #update
Constructor Details
#initialize(type, *args) ⇒ AudioCommand
Create a new AudioCommand
424 425 |
# File 'docs/4_Systems_005_Animation.rb', line 424 def initialize(type, *args) end |