Click or drag to resize

VisualServerViewportDebugDraw Enumeration

[Missing <summary> documentation for "T:Godot.VisualServer.ViewportDebugDraw"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum ViewportDebugDraw
Members
  Member nameValueDescription
Disabled0

Debug draw is disabled. Default setting.

Unshaded1

Debug draw sets objects to unshaded.

Overdraw2

Overwrites clear color to (0,0,0,0).

Wireframe3

Debug draw draws objects in wireframe.

See Also