Method CreatePlanarProbeDepthRenderTarget
CreatePlanarProbeDepthRenderTarget(int)
Create the depth texture used as target for a realtime planar reflection probe.
Declaration
public static RenderTexture CreatePlanarProbeDepthRenderTarget(int planarSize)
Parameters
| Type | Name | Description |
|---|---|---|
| int | planarSize | The size of the texture |
Returns
| Type | Description |
|---|---|
| RenderTexture | The texture used as planar reflection probe target |