PipelineManager

1.5.1+

Manage pipelines.

Retrieval

Retrieving a pipeline by name is done using findByName:

Static Members

Methods


Constructor

.constructor(engine: WonderlandEngine) ⇒ PipelineManager

ParamTypeDescription
engineWonderlandEngine

Methods

.findByName(name: string) ⇒ null | Pipeline

Find pipeline by name.

Returns: The pipeline instance or null if no such pipeline could be found.

ParamTypeDescription
namestringPipeline to find.