ViewportDebugDrawEnum Enumeration |
[Missing <summary> documentation for "T:Godot.Viewport.DebugDrawEnum"]
Namespace: Godot
public enum DebugDrawEnum
| Member name | Value | Description | |
|---|---|---|---|
| Disabled | 0 | Objects are displayed normally. | |
| Unshaded | 1 | Objects are displayed without light information. | |
| Overdraw | 2 | Objected are displayed semi-transparent with additive blending so you can see where they intersect. | |
| Wireframe | 3 | Objects are displayed in wireframe style. |