Click or drag to resize

CameraSetEnvironment Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Camera.SetEnvironment(Godot.Environment)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetEnvironment is deprecated. Use the Environment property instead.")]
public void SetEnvironment(
	Environment env
)

Parameters

env
Type: GodotEnvironment

[Missing <param name="env"/> documentation for "M:Godot.Camera.SetEnvironment(Godot.Environment)"]

See Also