Click or drag to resize

CameraTextureSetWhichFeed Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.CameraTexture.SetWhichFeed(Godot.CameraServer.FeedImage)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetWhichFeed is deprecated. Use the WhichFeed property instead.")]
public void SetWhichFeed(
	CameraServerFeedImage whichFeed
)

Parameters

whichFeed
Type: GodotCameraServerFeedImage

[Missing <param name="whichFeed"/> documentation for "M:Godot.CameraTexture.SetWhichFeed(Godot.CameraServer.FeedImage)"]

See Also