Modifier and Type | Field and Description |
---|---|
(package private) Action.Function |
Action.function
Encapsulates the method that will be applied to the Sprite this Action is attached to.
|
Constructor and Description |
---|
Action(Action.Function f)
This constructor is used by simple
ActionFactory methods or to create custom Action objects. |