Method SetRenderer
SetRenderer(int)
Use this to set this Camera's current ScriptableRenderer to one listed on the Render Pipeline Asset. Takes an index that maps to the list on the Render Pipeline Asset.
선언
public void SetRenderer(int index)
파라미터
타입 | 이름 | 설명 |
---|---|---|
int | index | The index that maps to the RendererData list on the currently assigned Render Pipeline Asset |