Enum Viewport.UpdateMode

enum UpdateMode : int { ... }

Enum members

NameDescription
updateAlways Always update the render target.
updateDisabled Do not update the render target.
updateOnce Update the render target once, then switch to constant UPDATE_DISABLED.
updateWhenVisible Update the render target only when it is visible. This is the default value.