Skip to content

Commit

Permalink
BaseAction.<init>(): better explanation of the constructor job
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges authored Jan 22, 2024
1 parent 41c42af commit ff56437
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ public class BaseAction extends Action {
private boolean maskPropagationEnabled = true;

/**
* Instantiates an action from a tween.
* Instantiates an action from a tween by extracting the actions from a tween
* to a list of sub-actions to be interpolated later.
*
* @param tween a tween to extract the actions from (not null).
*/
Expand Down

0 comments on commit ff56437

Please sign in to comment.