Click or drag to resize

SegmentShape2DGetA Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.SegmentShape2D.GetA"]

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

Return Value

Type: Vector2

[Missing <returns> documentation for "M:Godot.SegmentShape2D.GetA"]

See Also