tentone 6 years ago
parent
commit
7cac8ab651
1 changed files with 2 additions and 0 deletions
  1. 2 0
      source/objects/mask/Mask.js

+ 2 - 0
source/objects/mask/Mask.js

@@ -11,6 +11,8 @@ import {Box2} from "../../math/Box2.js";
  *
  *
  * Multiple mask objects can be active simulatenously, they have to be attached to the object mask list to filter the render region.
  * Multiple mask objects can be active simulatenously, they have to be attached to the object mask list to filter the render region.
  *
  *
+ * A mask objects is draw using the context.clip() method.
+ *
  * @class
  * @class
  */
  */
 function Mask()
 function Mask()