Click or drag to resize

VisualServerReflectionProbeSetMaxDistance Method

Sets the max distance away from the probe an object can be before it is culled. Equivalent to MaxDistance.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ReflectionProbeSetMaxDistance(
	RID probe,
	float distance
)

Parameters

probe
Type: GodotRID

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

distance
Type: SystemSingle

[Missing <param name="distance"/> documentation for "M:Godot.VisualServer.ReflectionProbeSetMaxDistance(Godot.RID,System.Single)"]

See Also