struct in UnityEngine
/
Implemented in:UnityEngine.CoreModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseFully describes setup of RenderTarget.
color | Color Buffers to set. |
colorLoad | Load Actions for Color Buffers. It will override any actions set on RenderBuffers themselves. |
colorStore | Store Actions for Color Buffers. It will override any actions set on RenderBuffers themselves. |
cubemapFace | Cubemap face to render to. |
depth | Depth Buffer to set. |
depthLoad | Load Action for Depth Buffer. It will override any actions set on RenderBuffer itself. |
depthSlice | Slice of a Texture3D or Texture2DArray to set as a render target. |
depthStore | Store Actions for Depth Buffer. It will override any actions set on RenderBuffer itself. |
mipLevel | Mip Level to render to. |
RenderTargetSetup | Constructs RenderTargetSetup. |