Version: 2020.2

RenderRequestOutputSpace

enumeration

切换到手册

描述

Defines in which space render requests will be be outputted.

Default is ScreenSpace, but it is also possible to output in UV space.

变量

ScreenSpaceRenderRequests will be rendered in screenspace from the perspective of the camera.
UV0RenderRequests will be outputted in UV 0 space of the rendered mesh.
UV1RenderRequests will be outputted in UV 1 space of the rendered mesh.
UV2RenderRequests will be outputted in UV 2 space of the rendered mesh.
UV3RenderRequests will be outputted in UV 3 space of the rendered mesh.
UV4RenderRequests will be outputted in UV 4 space of the rendered mesh.
UV5RenderRequests will be outputted in UV 5 space of the rendered mesh.
UV6RenderRequests will be outputted in UV 6 space of the rendered mesh.
UV7RenderRequests will be outputted in UV 7 space of the rendered mesh.
UV8RenderRequests will be outputted in UV 8 space of the rendered mesh.