pixi.js
    Preparing search index...

    Class ScissorMaskAdvanced

    ScissorMask is an effect that applies a scissor mask to a container. It restricts rendering to the area defined by the mask. The mask is a Container that defines the area to be rendered. The mask must be a Container that is not renderable or measurable. This effect is used to create clipping regions in the rendering process.

    Implements

    Index

    Constructors

    Properties

    mask: Container
    pipe: string = 'scissorMask'
    priority: number = 0

    Methods

    • Parameters

      • bounds: Bounds
      • OptionalskipUpdateTransform: boolean

      Returns void

    • Returns void