Class PipelinePassPlugin<T, TPassId, TEvent, TViewer>Abstract

Base Class for Sync Viewer Plugins

Type Parameters

Hierarchy

Constructors

Properties

_dirty: boolean = false
_enabledTemp: boolean = true
_pass?: T
_viewer?: TViewer
constructor: typeof AViewerPluginSync & typeof AViewerPlugin
passId: TPassId
uiConfig?: UiObjectConfig<any, string, any> = undefined
PluginType: string = 'AViewerPlugin'

Accessors

Methods

  • Protected

    This function is called every frame before composer render, if this pass is being used in the pipeline

    Returns boolean

Generated using TypeDoc