DepthBufferRenderer.OutputTexture Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If not null, depth buffer rendering output will blit to this RenderTexture. If null, normal operation will blit the depth buffer as color to the screen.
public:
property UnityEngine::RenderTexture ^ OutputTexture { UnityEngine::RenderTexture ^ get(); void set(UnityEngine::RenderTexture ^ value); };
public UnityEngine.RenderTexture OutputTexture { get; set; }
member this.OutputTexture : UnityEngine.RenderTexture with get, set
Public Property OutputTexture As RenderTexture
Property Value
UnityEngine.RenderTexture