Click or drag to resize

TextureProgressSetRadialCenterOffset Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.TextureProgress.SetRadialCenterOffset(Godot.Vector2)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetRadialCenterOffset is deprecated. Use the RadialCenterOffset property instead.")]
public void SetRadialCenterOffset(
	Vector2 mode
)

Parameters

mode
Type: GodotVector2

[Missing <param name="mode"/> documentation for "M:Godot.TextureProgress.SetRadialCenterOffset(Godot.Vector2)"]

See Also