COPY_MODE_DISABLED:null = 0
Disables the buffering mode. This means the
BackBufferCopy node will directly use the portion of screen it covers.
COPY_MODE_RECT:null = 1
BackBufferCopy buffers a rectangular region.
COPY_MODE_VIEWPORT:null = 2
BackBufferCopy buffers the entire screen.