Class UniversalRenderPipeline.SingleCameraRequest
Data structure describing the data for a specific render request
Inherited Members
Namespace: UnityEngine.Rendering.Universal
Syntax
public class SingleCameraRequest
Fields
destination
Target texture
Declaration
public RenderTexture destination
Field Value
| Type | Description |
|---|---|
| UnityEngine.RenderTexture |
face
Target texture cubemap face
Declaration
public CubemapFace face
Field Value
| Type | Description |
|---|---|
| UnityEngine.CubemapFace |
mipLevel
Target texture mip level
Declaration
public int mipLevel
Field Value
| Type | Description |
|---|---|
| Int32 |
slice
Target texture slice
Declaration
public int slice
Field Value
| Type | Description |
|---|---|
| Int32 |