Click or drag to resize

RemoteTransform2DSetUpdateRotation Method

Note: This API is now obsolete.

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

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

Parameters

updateRemoteRotation
Type: SystemBoolean

[Missing <param name="updateRemoteRotation"/> documentation for "M:Godot.RemoteTransform2D.SetUpdateRotation(System.Boolean)"]

See Also