class

Celestine::Modules::Animate::Transform::Translate

Inherits Celestine::Modules::CommonAnimate / Celestine::Drawable / Reference / Object

Constants

TAG = "animateTransform"
TYPE = "translate"

Instance methods

by_x
Source
by_x=(by_x : Float64 | Nil)
Source
by_y
Source
by_y=(by_y : Float64 | Nil)
Source
draw(io : IO) : Nil

Main draw method for a drawable. Takes in and interacts with an io.

Source
from_x
Source
from_x=(from_x : Float64 | Nil)
Source
from_y
Source
from_y=(from_y : Float64 | Nil)
Source
to_x
Source
to_x=(to_x : Float64 | Nil)
Source
to_y
Source
to_y=(to_y : Float64 | Nil)
Source
use_by=(use_by : Bool)
Source
use_by?
Source
use_from=(use_from : Bool)

TODO: Can I use these with units?

Source
use_from?

TODO: Can I use these with units?

Source
use_to=(use_to : Bool)
Source
use_to?
Source

Nested types