Click or drag to resize

Camera2DSetRotating Method

Note: This API is now obsolete.

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

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

Parameters

rotating
Type: SystemBoolean

[Missing <param name="rotating"/> documentation for "M:Godot.Camera2D.SetRotating(System.Boolean)"]

See Also