Class: MG::Action
- Inherits:
-
Object
- Object
- MG::Action
- Defined in:
- doc/API_reference.rb,
doc/API_reference.rb
Direct Known Subclasses
Animate, Blink, DelayTime, FadeIn, FadeOut, FadeTo, Follow, JumpBy, JumpTo, MoveBy, MoveTo, Repeat, RepeatForever, RotateBy, RotateTo, ScaleBy, ScaleTo, Sequence, SkewBy, SkewTo, Spawn, Speed, TintBy, TintTo
Instance Method Summary collapse
-
#clone ⇒ self
Clones the action.
-
#done? ⇒ Boolean
Whether the action is done.
-
#reverse ⇒ self
Reverses the action.
Instance Method Details
#clone ⇒ self
Clones the action
21 |
# File 'doc/API_reference.rb', line 21 def clone; end |
#done? ⇒ Boolean
Whether the action is done.
25 |
# File 'doc/API_reference.rb', line 25 def done?; end |
#reverse ⇒ self
Reverses the action
14 |
# File 'doc/API_reference.rb', line 14 def reverse; end |