Options
All
  • Public
  • Public/Protected
  • All
Menu

A class to contain data useful for Graphics objects

memberof

PIXI

Hierarchy

  • GraphicsData

Index

Constructors

constructor

  • Parameters

    Returns GraphicsData

Properties

fillStyle

fillStyle: FillStyle

holes

holes: GraphicsData[]

lineStyle

lineStyle: LineStyle

matrix

matrix: Matrix

points

points: number[]

shape

shape: IShape

type

type: SHAPES

Methods

clone

  • Creates a new GraphicsData object with the same values as this one.

    Returns GraphicsData

    Cloned GraphicsData object

destroy

  • destroy(): void
  • Destroys the Graphics data.

    Returns void

Generated using TypeDoc