Table of Contents

Enum RenderingServer.ViewportUpdateMode

Namespace
Godot
Assembly
GodotSharp.dll
public enum RenderingServer.ViewportUpdateMode : long

Fields

Always = 4

Always update the viewport's render target.

Disabled = 0

Do not update the viewport's render target.

Once = 1

Update the viewport's render target once, then switch to Disabled.

WhenParentVisible = 3

Update the viewport's render target only when its parent is visible.

WhenVisible = 2

Update the viewport's render target only when it is visible. This is the default value.