Manage your cookie settings. You can enable or disable different types of cookies below. For more details, see our Privacy Policy.

PipelineManager

1.5.1+

Manage pipelines.

Retrieval 

Retrieving a pipeline by name is done using findByName:

.constructor(engine: WonderlandEngine) ⇒ PipelineManager 

ParamTypeDescription
engineWonderlandEngine

.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.