Click or drag to resize

ViewportDebugDrawEnum Enumeration

[Missing <summary> documentation for "T:Godot.Viewport.DebugDrawEnum"]

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

Objects are displayed normally.

Unshaded1

Objects are displayed without light information.

Overdraw2

Objected are displayed semi-transparent with additive blending so you can see where they intersect.

Wireframe3

Objects are displayed in wireframe style.

See Also