Version: 2017.4
Experimental: this API is experimental and might be changed or removed in the future.

IRenderPipelineAsset.CreatePipeline

マニュアルに切り替える
public Experimental.Rendering.IRenderPipeline CreatePipeline ();

戻り値

IRenderPipeline Created pipeline.

説明

Create a IRenderPipeline specific to this asset.

This function should provide an IRenderPipeline that can be used for rendering. The created pipeline should encapsulate needed state.