Click or drag to resize

CameraServerRemoveFeed Method

Removes a CameraFeed.

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

Parameters

feed
Type: GodotCameraFeed

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

See Also