public class AlphaAction extends TemporalAction
| Constructor and Description |
|---|
AlphaAction() |
| Modifier and Type | Method and Description |
|---|---|
float |
getAlpha() |
Color |
getColor() |
void |
reset()
Resets the optional state of this action to as if it were newly created, allowing the action to be pooled and reused.
|
void |
setAlpha(float alpha) |
void |
setColor(Color color)
Sets the color to modify.
|
act, finish, getDuration, getInterpolation, getTime, isComplete, isReverse, restart, setDuration, setInterpolation, setReverse, setTimepublic void reset()
Action
The default implementation calls Action.restart().
If a subclass has optional state, it must override this method, call super, and reset the optional state.
reset in interface Pool.Poolablereset in class TemporalActionpublic float getAlpha()
public void setAlpha(float alpha)
Copyright © 2021. All rights reserved.