Class: Yuki::Animation::Handler

Inherits:
Hash
  • Object
show all
Defined in:
docs/4_Systems_005_Animation.rb

Overview

Class handling several animation at once

Instance Method Summary collapse

Instance Method Details

#done?Boolean

Tell if all animation are done

Returns:

  • (Boolean)


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