Click or drag to resize

EnvironmentSetGlowBloom Method

Note: This API is now obsolete.

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

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

Parameters

amount
Type: SystemSingle

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

See Also