Method CreatePlanarProbeRenderTarget
CreatePlanarProbeRenderTarget(int, GraphicsFormat)
Create the texture used as target for a realtime planar reflection probe.
선언
public static RenderTexture CreatePlanarProbeRenderTarget(int planarSize, GraphicsFormat format)
파라미터
타입 | 이름 | 설명 |
---|---|---|
int | planarSize | The size of the texture |
GraphicsFormat | format | The planar probe format. It must match the format set in the asset. |
반환
타입 | 설명 |
---|---|
RenderTexture | The texture used as planar reflection probe target |