Click or drag to resize

ViewportRenderDirectToScreen Property

If true, renders the Viewport directly to the screen instead of to the root viewport. Only available in GLES2. This is a low-level optimization and should not be used in most cases. If used, reading from the Viewport or from SCREEN_TEXTURE becomes unavailable. For more information see ViewportSetRenderDirectToScreen(RID, Boolean).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool RenderDirectToScreen { get; set; }

Property Value

Type: Boolean
See Also