LogoPixi’VN
pixi-jsInterfaces

Interface: TransformOptions

Defined in: node_modules/pixi.js/lib/utils/misc/Transform.d.ts:9

Options for the Transform constructor.

Advanced

Properties

matrix?

> optional matrix?: Matrix

Defined in: node_modules/pixi.js/lib/utils/misc/Transform.d.ts:11

The matrix to use.


observer?

> optional observer?: object

Defined in: node_modules/pixi.js/lib/utils/misc/Transform.d.ts:16

The observer to use.

_onUpdate

> _onUpdate: (transform) => void

Parameters
transform

Transform

Returns

void

Advanced