Click or drag to resize

EnvironmentSetTonemapAutoExposure Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetTonemapAutoExposure is deprecated. Use the AutoExposureEnabled property instead.")]
public void SetTonemapAutoExposure(
	bool autoExposure
)

Parameters

autoExposure
Type: SystemBoolean

[Missing <param name="autoExposure"/> documentation for "M:Godot.Environment.SetTonemapAutoExposure(System.Boolean)"]

See Also