LogoPixi’VN
pixi-jsType aliases

Type Alias: ShapePrimitiveWithHoles

> ShapePrimitiveWithHoles = object

Defined in: node_modules/pixi.js/lib/scene/graphics/shared/path/ShapePath.d.ts:12

A type representing a shape primitive with optional transformation and holes.

Advanced

Properties

holes?

> optional holes?: ShapePrimitiveWithHoles[]

Defined in: node_modules/pixi.js/lib/scene/graphics/shared/path/ShapePath.d.ts:15


shape

> shape: ShapePrimitive

Defined in: node_modules/pixi.js/lib/scene/graphics/shared/path/ShapePath.d.ts:13


transform?

> optional transform?: Matrix

Defined in: node_modules/pixi.js/lib/scene/graphics/shared/path/ShapePath.d.ts:14