Click or drag to resize

EnvironmentSetGlowStrength Method

Note: This API is now obsolete.

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

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

Parameters

strength
Type: SystemSingle

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

See Also