Click or drag to resize

EnvironmentSetSsaoBlur Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Environment.SetSsaoBlur(Godot.Environment.SSAOBlur)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSsaoBlur is deprecated. Use the SsaoBlur property instead.")]
public void SetSsaoBlur(
	EnvironmentSSAOBlur mode
)

Parameters

mode
Type: GodotEnvironmentSSAOBlur

[Missing <param name="mode"/> documentation for "M:Godot.Environment.SetSsaoBlur(Godot.Environment.SSAOBlur)"]

See Also