Class: Yuki::Animation::MessageLocked

Inherits:
TimedAnimation show all
Defined in:
docs/01500_Yuki.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

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)



1501
1502
# File 'docs/01500_Yuki.rb', line 1501

def update
end