Class: Yuki::Animation::Handler

Inherits:
Hash
  • Object
show all
Defined in:
docs/01500_Yuki.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)


1511
1512
# File 'docs/01500_Yuki.rb', line 1511

def done?
end

#update

Update all the animations



1508
1509
# File 'docs/01500_Yuki.rb', line 1508

def update
end