Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

RenderTexture.SupportsStencil

Switch to Manual

Declaration

public static bool SupportsStencil(RenderTexture rt);

Parameters

rt Render texture, or null for main screen.

Description

Does a RenderTexture have stencil buffer?

If rt is null, will report the status for the main screen.