Class type MaskData-PIXI._t
method _scissorRect#=: Js.Internal.meth([ `Arity_1(PIXI.Rectangle.t) ], unit)Scissor operation above the mask in stack. Null if _scissorCounter is zero, rectangle instance if positive.
method _scissorRect: PIXI.Rectangle.tScissor operation above the mask in stack. Null if _scissorCounter is zero, rectangle instance if positive.
method autoDetect#=: Js.Internal.meth([ `Arity_1(bool) ], unit)Whether we know the mask type beforehand
method maskObject#=: Js.Internal.meth([ `Arity_1(displayObjectOpaque) ], unit)Which element we use to mask
method maskObject: displayObjectOpaqueWhich element we use to mask
method copyCountersOrReset: Js.Internal.meth([ `Arity_1(Js.Nullable.t(Js.t(_t))) ], unit)copies counters from maskData above, called from pushMask()
- parameter maskAbove