Skip to content

Commit

Permalink
BaseAction#setMask(...): added nullable permission to the JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges authored Jan 22, 2024
1 parent ff56437 commit 3e3c4fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void setMaskPropagationEnabled(boolean maskPropagationEnabled) {
* the mask attribute will not affect the actions under this base action. Setting this to 'null' will animate
* the entire model.
*
* @param mask an animation mask to be applied to this action.
* @param mask an animation mask to be applied to this action (nullable).
* @see com.jme3.anim.AnimLayer to adjust the animation mask to control which part will be animated
* @see BaseAction#setMaskPropagationEnabled(boolean)
*/
Expand Down

0 comments on commit 3e3c4fb

Please sign in to comment.