Method: Ray::Scene#animations

Defined in:
lib/ray/scene.rb

#animationsRay::AnimationList

Returns An animation list automatically updated by the scene.

Returns:



278
279
280
# File 'lib/ray/scene.rb', line 278

def animations
  @scene_animations
end