Click or drag to resize

VisualServerGiProbeSetCompress Method

Sets the compression setting for the GI probe data. Compressed data will take up less space but may look worse. Equivalent to Compress.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void GiProbeSetCompress(
	RID probe,
	bool enable
)

Parameters

probe
Type: GodotRID

[Missing <param name="probe"/> documentation for "M:Godot.VisualServer.GiProbeSetCompress(Godot.RID,System.Boolean)"]

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.VisualServer.GiProbeSetCompress(Godot.RID,System.Boolean)"]

See Also