Click or drag to resize

EnvironmentSetGlowLevel Method

Note: This API is now obsolete.

Enables or disables the glow level at index idx. Each level relies on the previous level. This means that enabling higher glow levels will slow down the glow effect rendering, even if previous levels aren't enabled.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetGlowLevel is deprecated. Use the GlowLevels__7 property instead.")]
public void SetGlowLevel(
	int idx,
	bool enabled
)

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.Environment.SetGlowLevel(System.Int32,System.Boolean)"]

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Godot.Environment.SetGlowLevel(System.Int32,System.Boolean)"]

See Also