Click or drag to resize

VisualServerRenderLoopEnabled Property

If false, disables rendering completely, but the engine logic is still being processed. You can call ForceDraw(Boolean, Double) to draw a frame even with rendering disabled.

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

Property Value

Type: Boolean
See Also