Class: Yuki::Animation::SignalWaiter
- Inherits:
-
Command
- Object
- TimedAnimation
- Command
- Yuki::Animation::SignalWaiter
- Defined in:
- docs/4_Systems_005_Animation.rb
Overview
Animation that wait for a signal in order to start the sub animation
Instance Attribute Summary
Attributes inherited from TimedAnimation
#begin_time, #end_time, #parallel_animations, #root, #sub_animation, #time_source
Instance Method Summary collapse
-
#initialize(name = nil, *args, &block) ⇒ SignalWaiter
constructor
Create a new SignalWaiter.
-
#start(begin_offset = 0)
Start the animation (initialize it).
Methods inherited from Command
Methods inherited from TimedAnimation
#done?, #in_parallel_of, #parallel_add, #play_before, #resolver=, #update
Constructor Details
#initialize(name = nil, *args, &block) ⇒ SignalWaiter
Create a new SignalWaiter
627 628 |
# File 'docs/4_Systems_005_Animation.rb', line 627 def initialize(name = nil, *args, &block) end |
Instance Method Details
#start(begin_offset = 0)
Start the animation (initialize it)
631 632 |
# File 'docs/4_Systems_005_Animation.rb', line 631 def start(begin_offset = 0) end |