Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CurrentActive

Currently active render target.
Read time 1 minuteLast updated 4 days ago

Definition

CurrentActive = 1

Remarks

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.
Additional Resources: CommandBuffer.