ThreePipe
    Preparing search index...

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

    Pipeline Pass Plugin

    Base class for creating a plugin that registers a custom pass to the main render pipeline

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _dirty: boolean = false
    _pass?: T
    _viewer?: TViewer
    _viewerListeners: PartialRecord<IViewerEventTypes, (e: IViewerEvent) => void> = {}
    constructor: typeof AViewerPluginSync & typeof AViewerPlugin
    enabled: boolean = true
    passId: TPassId
    uiConfig?: UiObjectConfig<any, string, any> = undefined
    OldPluginType?: string
    PluginType: string = 'AViewerPlugin'

    Accessors

    Methods