Class: Yuki::Animation::DiscreetAnimation
- Inherits:
-
TimedAnimation
- Object
- TimedAnimation
- Yuki::Animation::DiscreetAnimation
- Defined in:
- docs/4_Systems_005_Animation.rb
Overview
Class that perform a discreet number animation (set object.property to a upto b using integer values only)
Direct Known Subclasses
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, b, factor = 1, distortion: :UNICITY_DISTORTION, time_source: :GENERIC_TIME_SOURCE) ⇒ DiscreetAnimation
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, b, factor = 1, distortion: :UNICITY_DISTORTION, time_source: :GENERIC_TIME_SOURCE) ⇒ DiscreetAnimation
Create a new ScalarAnimation convert it to another number (between 0 & 1) in order to distord time
297 298 |
# File 'docs/4_Systems_005_Animation.rb', line 297 def initialize(time_to_process, on, property, a, b, factor = 1, distortion: :UNICITY_DISTORTION, time_source: :GENERIC_TIME_SOURCE) end |
Instance Method Details
#start(begin_offset = 0)
Start the animation (initialize it)
301 302 |
# File 'docs/4_Systems_005_Animation.rb', line 301 def start(begin_offset = 0) end |