Click or drag to resize

VisualServerViewportAttachCamera Method

Sets a viewport's camera.

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

Parameters

viewport
Type: GodotRID

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

camera
Type: GodotRID

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

See Also