Click or drag to resize

EnvironmentSetSsrDepthTolerance Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Environment.SetSsrDepthTolerance(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSsrDepthTolerance is deprecated. Use the SsReflectionsDepthTolerance property instead.")]
public void SetSsrDepthTolerance(
	float depthTolerance
)

Parameters

depthTolerance
Type: SystemSingle

[Missing <param name="depthTolerance"/> documentation for "M:Godot.Environment.SetSsrDepthTolerance(System.Single)"]

See Also