Click or drag to resize

SegmentShape2DSetA Method

Note: This API is now obsolete.

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

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

Parameters

a
Type: GodotVector2

[Missing <param name="a"/> documentation for "M:Godot.SegmentShape2D.SetA(Godot.Vector2)"]

See Also