Click or drag to resize

EnvironmentSetTonemapWhite Method

Note: This API is now obsolete.

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

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

Parameters

white
Type: SystemSingle

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

See Also