Skip to content

Application<VIEW>

Unofficial

PixiJS application.

Import:

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

Signature:

export class Application<VIEW extends ICanvas = ICanvas>

Properties

PropertyTypeDescription
rendererIRenderer<VIEW>Renderer instance.
stageContainerRoot container of the scene graph.

Methods

MethodReturnsDescription
destroy(removeView?, stageOptions?)voidDestroys the application.
render()voidRenders the application.