Click or drag to resize

VisualServerReflectionProbeSetAsInterior Method

If true, reflections will ignore sky contribution. Equivalent to InteriorEnable.

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

Parameters

probe
Type: GodotRID

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

enable
Type: SystemBoolean

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

See Also