Method: Ray::AnimationList#initialize

Defined in:
lib/ray/animation_list.rb

#initializeAnimationList

Returns a new instance of AnimationList.



14
15
16
# File 'lib/ray/animation_list.rb', line 14

def initialize
  @animations = []
end