Click or drag to resize

VisualServerEnvironmentSetBgEnergy Method

Sets the intensity of the background color.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void EnvironmentSetBgEnergy(
	RID env,
	float energy
)

Parameters

env
Type: GodotRID

[Missing <param name="env"/> documentation for "M:Godot.VisualServer.EnvironmentSetBgEnergy(Godot.RID,System.Single)"]

energy
Type: SystemSingle

[Missing <param name="energy"/> documentation for "M:Godot.VisualServer.EnvironmentSetBgEnergy(Godot.RID,System.Single)"]

See Also