Class: Yuki::Animation::Handler
- Defined in:
- docs/4_Systems_005_Animation.rb
Overview
Class handling several animation at once
Instance Method Summary collapse
-
#done? ⇒ Boolean
Tell if all animation are done.
-
#update
Update all the animations.
Instance Method Details
#done? ⇒ Boolean
Tell if all animation are done
540 541 |
# File 'docs/4_Systems_005_Animation.rb', line 540 def done? end |
#update
Update all the animations
537 538 |
# File 'docs/4_Systems_005_Animation.rb', line 537 def update end |