Click or drag to resize

EnvironmentSetCameraFeedId Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetCameraFeedId is deprecated. Use the BackgroundCameraFeedId property instead.")]
public void SetCameraFeedId(
	int cameraFeedId
)

Parameters

cameraFeedId
Type: SystemInt32

[Missing <param name="cameraFeedId"/> documentation for "M:Godot.Environment.SetCameraFeedId(System.Int32)"]

See Also