Click or drag to resize

CameraSetCurrent Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Camera.SetCurrent(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetCurrent is deprecated. Use the Current property instead.")]
public void SetCurrent(
	bool arg0
)

Parameters

arg0
Type: SystemBoolean

[Missing <param name="arg0"/> documentation for "M:Godot.Camera.SetCurrent(System.Boolean)"]

See Also