Click or drag to resize

VisualServerReflectionProbeSetEnableShadows Method

If true, computes shadows in the reflection probe. This makes the reflection much slower to compute. Equivalent to EnableShadows.

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

Parameters

probe
Type: GodotRID

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

enable
Type: SystemBoolean

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

See Also