Function Camera2D.customViewport

The custom Viewport node attached to the Camera2D. If null or not a Viewport, uses the default viewport instead.

Node customViewport() nothrow @property @nogc;

void customViewport (
  Node v
) nothrow @property @nogc;