Click or drag to resize

CameraServerAddFeed Method

Adds a camera feed to the camera server.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void AddFeed(
	CameraFeed feed
)

Parameters

feed
Type: GodotCameraFeed

[Missing <param name="feed"/> documentation for "M:Godot.CameraServer.AddFeed(Godot.CameraFeed)"]

See Also