Click or drag to resize

VisualServerSetRenderLoopEnabled Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisualServer.SetRenderLoopEnabled(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetRenderLoopEnabled is deprecated. Use the RenderLoopEnabled property instead.")]
public static void SetRenderLoopEnabled(
	bool enabled
)

Parameters

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Godot.VisualServer.SetRenderLoopEnabled(System.Boolean)"]

See Also