Click or drag to resize

VisualServerCameraSetEnvironment Method

Sets the environment used by this camera. Equivalent to Environment.

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

Parameters

camera
Type: GodotRID

[Missing <param name="camera"/> documentation for "M:Godot.VisualServer.CameraSetEnvironment(Godot.RID,Godot.RID)"]

env
Type: GodotRID

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

See Also