Skip to content

CVR Blitter Controller

CVR Blitter Controller Whitelisted: AWP

Section titled “CVR Blitter Controller ”

Defines a specific execution order for a set of CVR Blitter components. When referenced by this controller, the listed blitters stop updating independently and are updated in the order defined in the list.

| Name | Type | Description | |----------------|-----------------------|-----------------------------------------------------------------| | cvrBlitters | List<CVRBlitter> | The ordered list of CVR Blitter components to update manually. |

On Awake, each listed blitter has SetupBlitterForExternalControl called so it stops running its own OnPreRender handler. On Enable, the controller registers its own OnPreRender callback that, during the main camera’s pre-render, executes every listed blitter in order.

  • CVR-GameFiles/ABI.CCK.Components/CVRBlitterController.cs