Click or drag to resize

VisualServerDraw Method

Draws a frame. This method is deprecated, please use ForceDraw(Boolean, Double) instead.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void Draw(
	bool swapBuffers = true,
	double frameStep = 0
)

Parameters

swapBuffers (Optional)
Type: SystemBoolean

[Missing <param name="swapBuffers"/> documentation for "M:Godot.VisualServer.Draw(System.Boolean,System.Double)"]

frameStep (Optional)
Type: SystemDouble

[Missing <param name="frameStep"/> documentation for "M:Godot.VisualServer.Draw(System.Boolean,System.Double)"]

See Also