Click or drag to resize

VisualServerGiProbeIsCompressed Method

Returns true if the GI probe data associated with this GI probe is compressed. Equivalent to Compress.

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

Parameters

probe
Type: GodotRID

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.VisualServer.GiProbeIsCompressed(Godot.RID)"]

See Also