BackBufferCopy.CopyMode

Values

ValueMeaning
copyModeDisabled0

Disables the buffering mode. This means the BackBufferCopy node will directly use the portion of screen it covers.

copyModeRect1

BackBufferCopy buffers a rectangular region.

copyModeViewport2

BackBufferCopy buffers the entire screen.

Meta