Class: Yuki::Animation::MessageLocked
- Inherits:
-
TimedAnimation
- Object
- TimedAnimation
- Yuki::Animation::MessageLocked
- Defined in:
- docs/4_Systems_005_Animation.rb
Overview
Animation that doesn’t update when message box is still visible
Instance Attribute Summary
Attributes inherited from TimedAnimation
#begin_time, #end_time, #parallel_animations, #root, #sub_animation, #time_source
Instance Method Summary collapse
-
#update
Update the animation (if message window is not visible).
Methods inherited from TimedAnimation
#done?, #in_parallel_of, #initialize, #parallel_add, #play_before, #resolver=, #start
Constructor Details
This class inherits a constructor from Yuki::Animation::TimedAnimation
Instance Method Details
#update
Update the animation (if message window is not visible)
530 531 |
# File 'docs/4_Systems_005_Animation.rb', line 530 def update end |