Extension of a PIXI.Mesh, with the capabilities to provide a snapshot of the framebuffer.

Hierarchy

  • any
    • PointSourceMesh

Properties

_worldID: number = -1

The transform world ID of the bounds.

_updateID: number = -1

The geometry update ID of the bounds.

_priorBlendMode: BLEND_MODES

To store the previous blend mode of the last renderer PointSourceMesh.

_currentTexture: Texture

The current texture used by the mesh.

Accessors

  • get geometry(): any
  • Returns any

  • set geometry(value): void
  • Parameters

    • value: any

    Returns void

Methods

  • Returns void

  • Returns void

  • Parameters

    • renderer: any

    Returns void

  • Returns void

  • Returns void

  • The local bounds need to be drawn from the underlying geometry.

    Parameters

    • rect: any

    Returns any