Skip to content

PixiModule

Unofficial

The PixiJS library module type, representing the window.PIXI object.

Import:

import type { PixiModule } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface PixiModule

Properties

Property Type Description
Application typeof Application PixiJS application constructor.
Container typeof Container Container constructor.
DisplayObject typeof DisplayObject Display object constructor.
Graphics typeof Graphics Graphics constructor.
GraphicsGeometry typeof GraphicsGeometry Graphics geometry constructor.
Matrix typeof Matrix 2D transformation matrix constructor.
ObservablePoint typeof ObservablePoint Observable point constructor.
Rectangle typeof PixiRectangle Rectangle constructor.
Sprite typeof Sprite Sprite constructor.
Text typeof PixiText PixiJS text display object constructor.
TextStyle typeof TextStyle Text style constructor.
Texture typeof Texture Texture resource.
Transform typeof Transform Transform constructor.