Skip to content

types overview


Table of contents


utils

PixiVisualTypeDocRepo2D (type alias)

Signature

export type PixiVisualTypeDocRepo2D = {
  factory: PixiFactory
  displayObject: PixiDisplayObjectComponent
  renderer: PixiRendererComponent
  rendererExtraOpts: ApplicationOptions
  texture: Texture
}