Uses of Class
com.prineside.tdi2.scene2d.actions.AlphaAction
Packages that use AlphaAction
-
Uses of AlphaAction in com.prineside.tdi2.scene2d.actions
Methods in com.prineside.tdi2.scene2d.actions that return AlphaActionModifier and TypeMethodDescriptionstatic AlphaAction
Actions.alpha
(float a) Sets the actor's alpha instantly.static AlphaAction
Actions.alpha
(float a, float duration) Transitions from the alpha at the time this action starts to the specified alpha.static AlphaAction
Actions.alpha
(float a, float duration, Interpolation interpolation) Transitions from the alpha at the time this action starts to the specified alpha.static AlphaAction
Actions.fadeIn
(float duration) Transitions from the alpha at the time this action starts to an alpha of 1.static AlphaAction
Actions.fadeIn
(float duration, Interpolation interpolation) Transitions from the alpha at the time this action starts to an alpha of 1.static AlphaAction
Actions.fadeOut
(float duration) Transitions from the alpha at the time this action starts to an alpha of 0.static AlphaAction
Actions.fadeOut
(float duration, Interpolation interpolation) Transitions from the alpha at the time this action starts to an alpha of 0.