Method SetDepthTexture
SetDepthTexture(Mode, Texture)
Set the depth texture for a specific target mode.
Declaration
public Texture SetDepthTexture(ProbeSettings.Mode targetMode, Texture texture)
Parameters
| Type | Name | Description |
|---|---|---|
| ProbeSettings.Mode | targetMode | The mode to update. |
| Texture | texture | The texture to set. |
Returns
| Type | Description |
|---|---|
| Texture | The texture that was set. |