Click or drag to resize

VisualServerSetDebugGenerateWireframes Method

If true, the engine will generate wireframes for use with the wireframe debug mode.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void SetDebugGenerateWireframes(
	bool generate
)

Parameters

generate
Type: SystemBoolean

[Missing <param name="generate"/> documentation for "M:Godot.VisualServer.SetDebugGenerateWireframes(System.Boolean)"]

See Also