Click or drag to resize

VisualServerGiProbeSetInterior Method

Sets the interior value of this GI probe. A GI probe set to interior does not include the sky when calculating lighting. Equivalent to Interior.

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

Parameters

probe
Type: GodotRID

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

enable
Type: SystemBoolean

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

See Also