Method CreatePlanarProbeDepthRenderTarget
CreatePlanarProbeDepthRenderTarget(int)
Create the depth texture used as target for a realtime planar reflection probe.
선언
public static RenderTexture CreatePlanarProbeDepthRenderTarget(int planarSize)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| int | planarSize | The size of the texture |
반환
| 타입 | 설명 |
|---|---|
| RenderTexture | The texture used as planar reflection probe target |