Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

BuiltinRenderTextureType.CurrentActive

Description

Currently active render target.

During command buffer execution, this identifies the render target that is active "right now". During command buffer execution, the active render target might be changed by CommandBuffer.SetRenderTarget or CommandBuffer.Blit commands.

See Also: CommandBuffer.