Method GetRenderer
GetRenderer(int)
Returns a renderer from the current pipeline asset
Declaration
public ScriptableRenderer GetRenderer(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | Index to the renderer. If invalid index is passed, the default renderer is returned instead. |
Returns
Type | Description |
---|---|
ScriptableRenderer |