Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

RenderTexture.SupportsStencil

Switch to Manual
public static function SupportsStencil(rt: RenderTexture): bool;

Parameters

rtRender 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.