Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • any
    • PointSourceMesh

Index

Constructors

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
  • set geometry(value: any): void
  • override

    Returns any

  • override

    Parameters

    • value: any

    Returns void

Methods

  • addChild(): void
  • override

    Returns void

  • addChildAt(): void
  • override

    Returns void

  • addChildren(): void
  • override

    Returns void

  • _render(renderer: any): void
  • override

    Parameters

    • renderer: any

    Returns void

  • calculateBounds(): void
  • override

    Returns void

  • _calculateBounds(): void
  • override

    Returns void

  • getLocalBounds(rect: any): any
  • The local bounds need to be drawn from the underlying geometry.

    override

    Parameters

    • rect: any

    Returns any