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

Property Type Description
renderer IRenderer<VIEW> Renderer instance.
stage Container Root container of the scene graph.

Methods

Method Returns Description
destroy(removeView?, stageOptions?) void Destroys the application.
render() void Renders the application.