Click or drag to resize

EnvironmentSetBgEnergy Method

Note: This API is now obsolete.

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

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

Parameters

energy
Type: SystemSingle

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

See Also