Click or drag to resize

ViewportSetDebugDraw Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Viewport.SetDebugDraw(Godot.Viewport.DebugDrawEnum)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDebugDraw is deprecated. Use the DebugDraw property instead.")]
public void SetDebugDraw(
	ViewportDebugDrawEnum debugDraw
)

Parameters

debugDraw
Type: GodotViewportDebugDrawEnum

[Missing <param name="debugDraw"/> documentation for "M:Godot.Viewport.SetDebugDraw(Godot.Viewport.DebugDrawEnum)"]

See Also