Click or drag to resize

VisualServerReflectionProbeSetEnableBoxProjection Method

If true, uses box projection. This can make reflections look more correct in certain situations. Equivalent to BoxProjection.

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

Parameters

probe
Type: GodotRID

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

enable
Type: SystemBoolean

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

See Also