Class: Yuki::Animation::Dim2Animation
- Inherits:
-
TimedAnimation
- Object
- TimedAnimation
- Yuki::Animation::Dim2Animation
- Defined in:
- docs/4_Systems_005_Animation.rb
Overview
Class that perform a 2D animation (from point a to point b)
Instance Attribute Summary
Attributes inherited from TimedAnimation
#begin_time, #end_time, #parallel_animations, #root, #sub_animation, #time_source
Instance Method Summary collapse
-
#initialize(time_to_process, on, property, a_x, a_y, b_x, b_y, distortion: :UNICITY_DISTORTION, time_source: :GENERIC_TIME_SOURCE) ⇒ Dim2Animation
constructor
Create a new ScalarAnimation convert it to another number (between 0 & 1) in order to distord time.
-
#start(begin_offset = 0)
Start the animation (initialize it).
Methods inherited from TimedAnimation
#done?, #in_parallel_of, #parallel_add, #play_before, #resolver=, #update
Constructor Details
#initialize(time_to_process, on, property, a_x, a_y, b_x, b_y, distortion: :UNICITY_DISTORTION, time_source: :GENERIC_TIME_SOURCE) ⇒ Dim2Animation
Create a new ScalarAnimation convert it to another number (between 0 & 1) in order to distord time
251 252 |
# File 'docs/4_Systems_005_Animation.rb', line 251 def initialize(time_to_process, on, property, a_x, a_y, b_x, b_y, distortion: :UNICITY_DISTORTION, time_source: :GENERIC_TIME_SOURCE) end |
Instance Method Details
#start(begin_offset = 0)
Start the animation (initialize it)
255 256 |
# File 'docs/4_Systems_005_Animation.rb', line 255 def start(begin_offset = 0) end |