Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PostProcessRenderPipeline

Hierarchy

Index

Constructors

constructor

  • Initializes a PostProcessRenderPipeline

    Parameters

    • _engine: Engine

      engine to add the pipeline to

    • name: string

      name of the pipeline

    Returns PostProcessRenderPipeline

Properties

inspectableCustomPropertiesSearch playground for inspectableCustomProperties

inspectableCustomProperties: IInspectable[]

List of inspectable custom properties (used by the Inspector)

see

https://doc.babylonjs.com/how_to/debug_layer#extensibility

Accessors

cameras

  • Gets the list of attached cameras

    Returns Camera[]

isSupported

  • get isSupported(): boolean
  • If all the render effects in the pipeline are supported

    Returns boolean

name

  • get name(): string
  • Gets pipeline name

    Returns string

Methods

addEffectSearch playground for addEffect

  • Adds an effect to the pipeline

    Parameters

    Returns void

disposeSearch playground for dispose

  • dispose(): void
  • Disposes of the pipeline

    Returns void

getClassNameSearch playground for getClassName

  • getClassName(): string
  • Gets the class name

    Returns string

    "PostProcessRenderPipeline"

setPrePassRendererSearch playground for setPrePassRenderer

  • Sets the required values to the prepass renderer.

    Parameters

    Returns boolean

    true if the pre pass is needed.

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method